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