class method
self.new
Ruby on Rails 6.0.6
Since v6.0.6Signature
self.new(transformations)
No documentation comment.
Parameters
-
transformationsreq
Source
# File activestorage/lib/active_storage/transformers/transformer.rb, line 17
def initialize(transformations)
@transformations = transformations
end
Defined in activestorage/lib/active_storage/transformers/transformer.rb line 17
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Transformers::Transformer