We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c209fb3 commit 06f0710Copy full SHA for 06f0710
activestorage/app/models/active_storage/preview.rb
@@ -43,7 +43,7 @@ def initialize(blob, variation_or_variation_key)
43
@blob, @variation = blob, ActiveStorage::Variation.wrap(variation_or_variation_key)
44
end
45
46
- # Processes the preview if it has not been processed yet. Returns the receiving Preview instance for convenience:
+ # Processes the preview if it has not been processed yet. Returns the receiving +ActiveStorage::Preview+ instance for convenience:
47
#
48
# blob.preview(resize_to_limit: [100, 100]).processed.url
49
0 commit comments