method
new
v7.0.0 -
Show latest stable
- Class:
ActiveStorage::Transformers::Transformer
new(transformations)public
No documentation available.
# File activestorage/lib/active_storage/transformers/transformer.rb, line 14
def initialize(transformations)
@transformations = transformations
end