app/models/caboose/vendor.rb in caboose-cms-0.6.9 vs app/models/caboose/vendor.rb in caboose-cms-0.6.10
- old
+ new
@@ -4,10 +4,10 @@
self.table_name = 'store_vendors'
belongs_to :site
has_many :products
has_attached_file :image,
- :path => ':path_prefixvendors/:id_:style.:extension',
+ :path => ':caboose_prefixvendors/:id_:style.:extension',
:default_url => 'http://placehold.it/300x300',
:styles => {
:tiny => '150x200>',
:thumb => '300x400>',
:large => '600x800>'