Paperclip unable to change default path
问题 I'm having a similar problem to this issue, except I'm unable to modify the path at all. I'm using Spree 2.2 which uses paperclip 3.4.2 I'm trying to modify the paperclip defaults to change the image path. All of the other configuration is working. Myapp::Application.configure do config.paperclip_defaults = { :storage => :s3, :s3_protocol => 'https', :s3_host_name => "s3-eu-west-1.amazonaws.com", :path => ":rails_root/public/:attachment/:id/:style/:basename.:extension", :url => "/:attachment/