Class | ActiveResource::Errors |
In: |
lib/active_resource/validations.rb
|
Parent: | ActiveModel::Errors |
Active Resource validation is reported to and from this object, which is used by Base#save to determine whether the object in a valid state to be saved. See usage example in Validations.