aboutsummaryrefslogtreecommitdiffstats
path: root/config/environment.rb
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2009-12-02 22:20:46 +0000
committerFrancis Irving <francis@mysociety.org>2009-12-02 22:20:46 +0000
commitc2367287b95e73e239aa38261fa64eab3adeecc9 (patch)
tree1f5b5ba89ef5ec0559caa3a6e8678c9fabbc0358 /config/environment.rb
parent427ce2f9623f12510062aafc9377dde9d210eeca (diff)
Apply Timezone fix patch that used to be just a change in version
control, using instead a proper tested monkey patch in lib
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb
index f3a1b1668..f409936d1 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -131,6 +131,7 @@ end
require 'tmail_extensions.rb'
require 'activesupport_cache_extensions.rb'
require 'public_body_categories.rb'
+require 'timezone_fixes.rb'
# XXX temp debug for SQL logging production sites
#ActiveRecord::Base.logger = Logger.new(STDOUT)