Method: ROM::Model::Form#errors
- Defined in:
- lib/rom/rails/model/form.rb
#errors ⇒ ErrorProxy (readonly)
Return any errors with the form
81 82 83 |
# File 'lib/rom/rails/model/form.rb', line 81 def errors @errors end |
Return any errors with the form
81 82 83 |
# File 'lib/rom/rails/model/form.rb', line 81 def errors @errors end |