method
each
v2.1.0 -
Show latest stable
- Class:
ActiveModel::Errors
each()public
No documentation available.
# File activemodel/lib/active_model/errors.rb, line 45
def each
each_key do |attribute|
self[attribute].each { |error| yield attribute, error }
end
end