Commit e8777d51 by Timo Sand

Update README.md

Implement djcp's tweaks
parent d9411932
...@@ -535,9 +535,9 @@ end ...@@ -535,9 +535,9 @@ end
Logging Logging
---------- ----------
By default Paperclip outputs logging according to your logger level. If you want to disable logging (f.ex. in test environment) add this in to your environments configuration: By default Paperclip outputs logging according to your logger level. If you want to disable logging (e.g. during testing) add this in to your environment's configuration:
```ruby ```ruby
App.configure do Your::Application.configure do
... ...
Paperclip.options[:log] = false Paperclip.options[:log] = false
... ...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment