has_attached_file :image, :storage => :s3, :s3_credentials => \"#{RAILS_ROOT}/config/s3.yml\", :path => \"/:style/:filename\"
I\'m not sure wha
Note that in Rails 3.1 and above, it should be Rails.root and not RAILS_ROOT