Method: ActiveModel::Error#options

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

#optionsObject (readonly)

The options provided when calling errors#add


128
129
130
# File 'activemodel/lib/active_model/error.rb', line 128

def options
  @options
end