Module: Formed::Inheritance

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/formed/inheritance.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#initialize_dup(other) ⇒ Object



155
156
157
158
# File 'lib/formed/inheritance.rb', line 155

def initialize_dup(other)
  super
  ensure_proper_type
end