class method
self.new
Ruby on Rails 6.1.7.10
Since v5.2.8.1Signature
self.new(transformations)
No documentation comment.
Parameters
-
transformationsreq
Source
# File activestorage/app/models/active_storage/variation.rb, line 44
def initialize(transformations)
@transformations = transformations.deep_symbolize_keys
end
Defined in activestorage/app/models/active_storage/variation.rb line 44
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Variation