# File lib/active_model/errors.rb, line 114 def each each_key do |attribute| self[attribute].each { |error| yield attribute, error } end end