instance method
transformer
Ruby on Rails 8.1.2
Since v6.0.6 PrivateSignature
transformer()
No documentation comment.
Source
# File activestorage/app/models/active_storage/variation.rb, line 84
def transformer
ActiveStorage.variant_transformer.new(transformations.except(:format))
end
Defined in activestorage/app/models/active_storage/variation.rb line 84
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Variation