Tagged Questions
1
vote
2answers
273 views
Rails 3.0.1 and Paperclip - Image not resizing
I have the following code on my model:
has_attached_file :photo, :styles => { :small => "150x150#" }, :storage => :s3, :s3_credentials => "#{RAILS_ROOT}/config/s3.yml", :path => ...