diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-03 13:17:14 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-03 13:17:14 +0000 |
commit | 3eb9dc3d5cd802b388fa923f72b8c71723fa552d (patch) | |
tree | bdc9673b7fcea1aae6e2f420a5efbfeebf23976d | |
parent | b42df729cda233a8022a303f8124ee6ac59b4810 (diff) |
Enable monkeypatch
-rw-r--r-- | config/environment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index 9da796977..4250cf5fe 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -115,7 +115,7 @@ require 'timezone_fixes.rb' require 'fcgi_fixes.rb' require 'use_spans_for_errors.rb' require 'make_html_4_compliant.rb' -#require 'activerecord_errors_extensions.rb' +require 'activerecord_errors_extensions.rb' # XXX temp debug for SQL logging production sites #ActiveRecord::Base.logger = Logger.new(STDOUT) |