Module: Paperclip::Validators::HelperMethods
- Defined in:
- lib/paperclip/validators/attachment_background_validator.rb
Instance Method Summary collapse
Instance Method Details
#validates_attachment_background(*attr_names) ⇒ Object
39 40 41 42 43 |
# File 'lib/paperclip/validators/attachment_background_validator.rb', line 39 def (*attr_names) = _merge_attributes(attr_names) validates_with(AttachmentBackgroundValidator, .dup) validate_before_processing(AttachmentBackgroundValidator, .dup) end |