method

initialize_dup

initialize_dup(other)
public

No documentation available.

# File activerecord/lib/active_record/inheritance.rb, line 343
    def initialize_dup(other)
      super
      ensure_proper_type
    end