method
to_hash
v3.1.0 -
Show latest stable
- Class:
ActiveModel::Errors
to_hash()public
No documentation available.
# File activemodel/lib/active_model/errors.rb, line 201
def to_hash
messages.dup
end to_hash()No documentation available.
# File activemodel/lib/active_model/errors.rb, line 201
def to_hash
messages.dup
end