ems 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/app/models/ems/article.rb +1 -1
- data/lib/ems/version.rb +1 -1
- metadata +1 -1
data/app/models/ems/article.rb
CHANGED
@@ -51,7 +51,7 @@ module Ems
|
|
51
51
|
accepts_nested_attributes_for :assets, :allow_destroy => true
|
52
52
|
|
53
53
|
# paperclip files
|
54
|
-
has_attached_file :image, :styles => { :image564x252 => "564x252#", :image312x189 => "312x189#", :image312x126 => "312x126", :image228x126 => "228x126" }
|
54
|
+
has_attached_file :image, :styles => { :image564x252 => "564x252#", :image312x189 => "312x189#", :image312x126 => "312x126", :image228x126 => "228x126" }
|
55
55
|
|
56
56
|
|
57
57
|
# Method to make sure we have all our default values set on the object
|
data/lib/ems/version.rb
CHANGED