From e8777d51d52dd17ee57e5d35c8453c07e0f2d713 Mon Sep 17 00:00:00 2001 From: Timo Sand Date: Sat, 30 Mar 2013 22:09:58 +0000 Subject: [PATCH] Update README.md Implement djcp's tweaks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30ba60ae7..c31eee34e 100644 --- a/README.md +++ b/README.md @@ -535,9 +535,9 @@ end 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 -App.configure do +Your::Application.configure do ... Paperclip.options[:log] = false ...