Module: Served::Resource::Validatable::ClassMethods::Prepend
- Defined in:
- lib/served/resource/validatable.rb
Instance Method Summary collapse
Instance Method Details
#attribute(name, options = {}) ⇒ Object
54 55 56 57 |
# File 'lib/served/resource/validatable.rb', line 54 def attribute(name, = {}) super set_validations_for_attribute(name, ) end |