instance method
processor
Ruby on Rails 6.0.6
Since v6.0.6 Last seen in v8.0.4 PrivateSignature
processor()
No documentation comment.
Source
# File activestorage/lib/active_storage/transformers/image_processing_transformer.rb, line 312
def processor
ImageProcessing.const_get(ActiveStorage.variant_processor.to_s.camelize)
end
Defined in activestorage/lib/active_storage/transformers/image_processing_transformer.rb line 312
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Transformers::ImageProcessingTransformer