instance method
to_hash
Ruby on Rails 3.1.12
Since v3.0.20Signature
to_hash()
No documentation comment.
Source
# File activemodel/lib/active_model/errors.rb, line 219
def to_hash
messages.dup
end
Defined in activemodel/lib/active_model/errors.rb line 219
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::Errors