Module: Auspost::Postie::ActiveRecord::Validations::ClassMethods
- Defined in:
- lib/auspost/active_record/validations.rb
Instance Method Summary collapse
-
#validate_location(*args) ⇒ Object
I’ll add some validations here…
Methods included from Auspost::Postie::ActiveRecord::Validations
Instance Method Details
#validate_location(*args) ⇒ Object
I’ll add some validations here…
71 72 73 74 |
# File 'lib/auspost/active_record/validations.rb', line 71 def validate_location(*args) valid_attributes.update(args.) validate :validate_location, valid_attributes end |