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