Module: ActiveModel::Validations::HelperMethods
- Defined in:
- lib/validates_quantity/quantity_validator.rb
Instance Method Summary collapse
Instance Method Details
#validates_quantity_of(*attr_names) ⇒ Object
52 53 54 |
# File 'lib/validates_quantity/quantity_validator.rb', line 52 def validates_quantity_of(*attr_names) validates_with QuantityValidator, _merge_attributes(attr_names) end |