Skip to content

Commit

Permalink
[ci skip] Remove needless from doc for ActiveStorage::Variant
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirano55 committed Dec 21, 2017
1 parent 3b4f14d commit d8c49d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activestorage/app/models/active_storage/variant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# To refer to such a delayed on-demand variant, simply link to the variant through the resolved route provided
# by Active Storage like so:
#
# <%= image_tag url_for(Current.user.avatar.variant(resize: "100x100")) %>
# <%= image_tag Current.user.avatar.variant(resize: "100x100") %>
#
# This will create a URL for that specific blob with that specific variant, which the ActiveStorage::VariantsController
# can then produce on-demand.
Expand Down

0 comments on commit d8c49d8

Please sign in to comment.