Method: ActiveModel::Errors#errors
- Defined in:
- activemodel/lib/active_model/errors.rb
#errors ⇒ Object (readonly) Also known as: objects
The actual array of Error objects This method is aliased to objects.
104 105 106 |
# File 'activemodel/lib/active_model/errors.rb', line 104 def errors @errors end |