Module: Ankh::Model
- Defined in:
- lib/ankh/model.rb
Defined Under Namespace
Modules: HelperMethods
Instance Method Summary collapse
Instance Method Details
#validates_human(options = {}) ⇒ Object
3 4 5 6 |
# File 'lib/ankh/model.rb', line 3 def validates_human( = {}) include Ankh::Model::HelperMethods validates_with Ankh::Validations::HumanValidator, end |