mirror of https://github.com/rails/rails
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:
parent
c209fb3a0b
commit
06f0710061
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue