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