method
initialize_copy
v7.1.3.4 -
Show latest stable
- Class:
ActiveModel::Type::Registry
initialize_copy(other)public
No documentation available.
# File activemodel/lib/active_model/type/registry.rb, line 10
def initialize_copy(other)
@registrations = @registrations.dup
super
end