Method: ActiveStorage::Blob::Representable#preprocessed

Defined in:
activestorage/app/models/active_storage/blob/representable.rb

#preprocessed(transformations) ⇒ Object

:nodoc:



109
110
111
# File 'activestorage/app/models/active_storage/blob/representable.rb', line 109

def preprocessed(transformations) # :nodoc:
  ActiveStorage::TransformJob.perform_later(self, transformations) if representable?
end