method
initialize_dup
v7.0.0 -
Show latest stable
- Class:
ActiveModel::Errors
initialize_dup(other)public
No documentation available.
# File activemodel/lib/active_model/errors.rb, line 97
def initialize_dup(other) # :nodoc:
@errors = other.errors.deep_dup
super
end