Method: Sequel::Model::InstanceMethods#validate
- Defined in:
- lib/sequel/model/base.rb
#validate ⇒ Object
Validates the object. If the object is invalid, errors should be added to the errors attribute. By default, does nothing, as all models are valid by default.
728 729 |
# File 'lib/sequel/model/base.rb', line 728 def validate end |