Namespace
Methods
I
Instance Public methods
initialize_dup(other)
# File activerecord/lib/active_record/inheritance.rb, line 198
def initialize_dup(other)
  super
  ensure_proper_type
end