method
initialize_dup
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::Inheritance
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