small default change for my dev
Oleg
committed May 16, 2011
commit b6288b6b821f8402ce3f04ef176200983c9d4a4c
Showing 1
changed file with
1 additions
and 1 deletions
config/initializers/paperclip.rb
+1
-1
| @@ | @@ -1,3 +1,3 @@ |
| Paperclip.options[:command_path] = case Rails.env | |
| - | when 'development' then "/opt/local/bin" |
| + | when 'development' then "/usr/local/bin" |
| end | |
| \ No newline at end of file | |