Skip to content

Instantly share code, notes, and snippets.

@cre-o
Created March 12, 2019 09:56
Show Gist options
  • Save cre-o/2ceeaa47cf1d1a9f02e83c0c6a98e1b9 to your computer and use it in GitHub Desktop.
Save cre-o/2ceeaa47cf1d1a9f02e83c0c6a98e1b9 to your computer and use it in GitHub Desktop.
For using paperclip with sidekiq on production (Ubuntu)
Rails.application.configure do
Paperclip.options[:command_path] = 'usr/local/bin'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment