Prevent autolink to method's own class [ci-skip]

Linking to a class from within its own documentation is more confusing
than helpful.
This commit is contained in:
Jonathan Hefner 2023-11-23 11:46:16 -06:00
parent c209fb3a0b
commit 06f0710061
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class ActiveStorage::Preview
@blob, @variation = blob, ActiveStorage::Variation.wrap(variation_or_variation_key) @blob, @variation = blob, ActiveStorage::Variation.wrap(variation_or_variation_key)
end end
# 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:
# #
# blob.preview(resize_to_limit: [100, 100]).processed.url # blob.preview(resize_to_limit: [100, 100]).processed.url
# #