Class: CarrierWave::Validations::ActiveModel::ProcessingValidator
- Inherits:
-
ActiveModel::EachValidator
- Object
- ActiveModel::EachValidator
- CarrierWave::Validations::ActiveModel::ProcessingValidator
- Defined in:
- lib/carrierwave/validations/active_model.rb
Instance Method Summary collapse
Instance Method Details
#validate_each(record, attribute, value) ⇒ Object
16 17 18 19 20 21 |
# File 'lib/carrierwave/validations/active_model.rb', line 16 def validate_each(record, attribute, value) if e = record.send("#{attribute}_processing_error") = (e. == e.class.to_s) ? :carrierwave_processing_error : e. record.errors.add(attribute, ) end end |