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