diff options
Diffstat (limited to 'config/environment.rb')
-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 5a61d7e56..c4351dbd1 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -105,7 +105,7 @@ if (MySociety::Config.get("DOMAIN", "") != "") } end -# Load monkey patches from lib/ +# Load monkey patches and other things from lib/ require 'tmail_extensions.rb' require 'activesupport_cache_extensions.rb' require 'public_body_categories.rb' |