instance method
processor
Ruby on Rails 7.0.10
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 28
def processor
ImageProcessing.const_get(ActiveStorage.variant_processor.to_s.camelize)
end
Defined in activestorage/lib/active_storage/transformers/image_processing_transformer.rb line 28
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Transformers::ImageProcessingTransformer