Method: ActiveObject::Errors#on_base
- Defined in:
- lib/active_object/validations.rb
#on_base ⇒ Object
Returns errors assigned to the base object through add_to_base according to the normal rules of on(attribute).
102 103 104 |
# File 'lib/active_object/validations.rb', line 102 def on_base on(:base) end |