Method: ActiveStorage::VariantWithRecord#processed
- Defined in:
- activestorage/app/models/active_storage/variant_with_record.rb
#processed ⇒ Object
18 19 20 21 |
# File 'activestorage/app/models/active_storage/variant_with_record.rb', line 18 def processed process unless processed? self end |