Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
7b70fa48
Commit
7b70fa48
authored
Jan 05, 2012
by
Alexey Mahotkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention Fog storage backend
parent
16d59f99
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/paperclip.rb
+3
-3
No files found.
lib/paperclip.rb
View file @
7b70fa48
...
@@ -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 dynamic
al
ly 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:
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment