Skip to content

Commit 06f0710

Browse files
Prevent autolink to method's own class [ci-skip]
Linking to a class from within its own documentation is more confusing than helpful.
1 parent c209fb3 commit 06f0710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/app/models/active_storage/preview.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def initialize(blob, variation_or_variation_key)
4343
@blob, @variation = blob, ActiveStorage::Variation.wrap(variation_or_variation_key)
4444
end
4545

46-
# Processes the preview if it has not been processed yet. Returns the receiving Preview instance for convenience:
46+
# Processes the preview if it has not been processed yet. Returns the receiving +ActiveStorage::Preview+ instance for convenience:
4747
#
4848
# blob.preview(resize_to_limit: [100, 100]).processed.url
4949
#

0 commit comments

Comments
 (0)