Commit 7b70fa48 by Alexey Mahotkin

Mention Fog storage backend

parent 16d59f99
...@@ -295,11 +295,11 @@ module Paperclip ...@@ -295,11 +295,11 @@ module Paperclip
# shell quoting for safety. If your options require a space, please pre-split them # shell quoting for safety. If your options require a space, please pre-split them
# and pass an array to :convert_options instead. # and pass an array to :convert_options instead.
# * +storage+: Chooses the storage backend where the files will be stored. The current # * +storage+: Chooses the storage backend where the files will be stored. The current
# choices are :filesystem and :s3. The default is :filesystem. Make sure you read the # choices are :filesystem, :fog and :s3. The default is :filesystem. Make sure you read the
# documentation for Paperclip::Storage::Filesystem and Paperclip::Storage::S3 # documentation for Paperclip::Storage::Filesystem, Paperclip::Storage::Fog and Paperclip::Storage::S3
# for backend-specific options. # for backend-specific options.
# #
# It's also possible for you to dynamicly define your interpolation string for :url, # It's also possible for you to dynamically define your interpolation string for :url,
# :default_url, and :path in your model by passing a method name as a symbol as a argument # :default_url, and :path in your model by passing a method name as a symbol as a argument
# for your has_attached_file definition: # for your has_attached_file definition:
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment