Skip to content

Instantly share code, notes, and snippets.

@CamonZ
Created April 6, 2010 19:54
Show Gist options
  • Save CamonZ/358016 to your computer and use it in GitHub Desktop.
Save CamonZ/358016 to your computer and use it in GitHub Desktop.
if RAILS_ENV == 'production'
Paperclip.options[:command_path] = "/usr/bin"
else
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