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
839b98c6
Commit
839b98c6
authored
Aug 10, 2011
by
Jeremy McNevin
Committed by
Jon Yurek
Jan 16, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide content type of file to fog.
parent
071c9387
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lib/paperclip/storage/fog.rb
+4
-3
No files found.
lib/paperclip/storage/fog.rb
View file @
839b98c6
...
...
@@ -80,9 +80,10 @@ module Paperclip
retried
=
false
begin
directory
.
files
.
create
(
fog_file
.
merge
(
:body
=>
file
,
:key
=>
path
(
style
),
:public
=>
fog_public
:body
=>
file
,
:key
=>
path
(
style
),
:public
=>
fog_public
,
:content_type
=>
file
.
content_type
.
to_s
.
strip
))
rescue
Excon
::
Errors
::
NotFound
raise
if
retried
...
...
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