app/models/image.rb in wheels-0.0.36 vs app/models/image.rb in wheels-0.0.37

- old
+ new

@@ -2,9 +2,9 @@ belongs_to :gallery acts_as_taggable has_attached_file :image, :storage => :s3, :s3_credentials => "#{Rails.root}/config/amazon_s3.yml", - :path => "/images/:style/:filename", - :styles => { :medium => "300x300>", :thumb => "100x100>" } + :path => "/images/:user_email/:style/:filename", + :styles => {:medium => "300x300>", :thumb => "100x100>" } end