method
initialize_dup
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::Inheritance
initialize_dup(other)public
No documentation available.
# File activerecord/lib/active_record/inheritance.rb, line 341
def initialize_dup(other)
super
ensure_proper_type
end