class ActiveModel::Error

def inspect # :nodoc:

:nodoc:
def inspect # :nodoc:
  "#<#{self.class.name} attribute=#{@attribute}, type=#{@type}, options=#{@options.inspect}>"
end