Method: DataMapper::Validations::ClassMethods#validators
- Defined in:
- lib/dm-validations.rb
#validators ⇒ Object
Return the set of contextual validators or create a new one
112 113 114 |
# File 'lib/dm-validations.rb', line 112 def validators @validators ||= ContextualValidators.new(self) end |