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