diff options
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb index 806aa4e2d..76f459889 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -125,6 +125,7 @@ end # Load monkey patches from lib/ require 'tmail_extensions' +require 'activesupport_cache_extensions.rb' # XXX temp debug for SQL logging production sites #ActiveRecord::Base.logger = Logger.new(STDOUT) |