dfdcd79a58
Usage: class Invoice < CouchRest::ExtendedDocument include CouchRest::Validation property :client_name property :employee_name property :location # Validation validates_present :client_name, :employee_name validates_present :location, :message => "Hey stupid!, you forgot the location" end |
||
---|---|---|
.. | ||
formats | ||
absent_field_validator.rb | ||
format_validator.rb | ||
generic_validator.rb | ||
length_validator.rb | ||
method_validator.rb | ||
numeric_validator.rb | ||
required_field_validator.rb |