Skip to content

Commit

Permalink
Merge pull request carrierwaveuploader#1795 from ryancw/patch-1
Browse files Browse the repository at this point in the history
Fix typo in mount documentation
  • Loading branch information
thomasfedb committed Dec 12, 2015
2 parents e3acabb + 7934958 commit 1578777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/carrierwave/mount.rb
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def remove_previously_stored_#{column}
# will create an anonymous uploader class.
#
# Passing a block makes it possible to customize the uploader. This can be
# convenient for brevity, but if there is any significatnt logic in the
# convenient for brevity, but if there is any significant logic in the
# uploader, you should do the right thing and have it in its own file.
#
# === Added instance methods
Expand Down

0 comments on commit 1578777

Please sign in to comment.