Method: ActiveModel::Error#hash

Defined in:
activemodel/lib/active_model/error.rb

#hashObject

:nodoc:



195
196
197
# File 'activemodel/lib/active_model/error.rb', line 195

def hash # :nodoc:
  attributes_for_hash.hash
end