Method: ActiveModel::Error#options
- Defined in:
- activemodel/lib/active_model/error.rb
#options ⇒ Object (readonly)
The options provided when calling errors#add
128 129 130 |
# File 'activemodel/lib/active_model/error.rb', line 128 def @options end |