Method: Graphiti::Util::SimpleErrors#each
- Defined in:
- lib/graphiti/util/simple_errors.rb
#each ⇒ Object
27 28 29 30 31 |
# File 'lib/graphiti/util/simple_errors.rb', line 27 def each .each_key do |attribute| [attribute].each { |error| yield attribute, error } end end |