sga_paperclippolymorph 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/sga/asset.rb +1 -1
- data/sga_paperclippolymorph.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.7
|
data/lib/sga/asset.rb
CHANGED
@@ -14,7 +14,7 @@ class Asset < ActiveRecord::Base
|
|
14
14
|
:medium => "630x630>",
|
15
15
|
:large => "1024x1024>"
|
16
16
|
},
|
17
|
-
:path => "/system/:attachment/asset/:id_partition/:style/:filename",
|
17
|
+
:path => ":rails_root/public/system/:attachment/asset/:id_partition/:style/:filename",
|
18
18
|
:url => "/system/:attachment/asset/:id_partition/:style/:filename"
|
19
19
|
|
20
20
|
|