Skip to content

Commit

Permalink
Added some comments for new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz authored and Jon Yurek committed Nov 30, 2012
1 parent 92e88fc commit 3f4180e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/paperclip/storage/fog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ module Storage
# store your files. Remember that the bucket must be unique across
# all of Amazon S3. If the bucket does not exist, Paperclip will
# attempt to create it.
# * +fog_file*: This can be hash or lambda returning hash. The
# value is used as base properties for new uploaded file.
# * +path+: This is the key under the bucket in which the file will
# be stored. The URL will be constructed from the bucket and the
# path. This is what you will want to interpolate. Keys should be
Expand Down

0 comments on commit 3f4180e

Please sign in to comment.