diff options
author | Francis Irving <francis@mysociety.org> | 2010-06-08 13:00:29 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-06-08 13:00:29 +0100 |
commit | c0b96622c20ec8632de38e31e6fb6a5b62cfa6f6 (patch) | |
tree | edadf0f7ac024e82e13ddaf0c011ffe8866b56d6 /config/environment.rb | |
parent | 942ce15a177392b42276d16dbe0c77805d975e8a (diff) | |
parent | 91ae176bc38ba2eaefad55ddaae8cb80de196b13 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/whatdotheyknow
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 3ba4592a3..b0effaabd 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -24,6 +24,7 @@ load "validate.rb" load "config.rb" load "format.rb" load "debug_helpers.rb" +load "util.rb" Rails::Initializer.run do |config| # Load intial mySociety config |