Module: ActiveModel::Validations::HelperMethods
- Defined in:
- lib/periods_validator/helper_methods.rb
Instance Method Summary collapse
Instance Method Details
#validates_periods(*attr_names) ⇒ Object
4 5 6 |
# File 'lib/periods_validator/helper_methods.rb', line 4 def validates_periods(*attr_names) validates_with PeriodsValidator, _merge_attributes(attr_names) end |