instance method
initialize_dup
Ruby on Rails 7.0.10
Since v4.1.16Signature
initialize_dup(other)
No documentation comment.
Parameters
-
otherreq
Source
# File activerecord/lib/active_record/inheritance.rb, line 327
def initialize_dup(other)
super
ensure_proper_type
end
Defined in activerecord/lib/active_record/inheritance.rb line 327
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Inheritance