aboutsummaryrefslogtreecommitdiffstats
path: root/config/environment.rb
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-03-06 12:45:01 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-03-06 12:45:01 +1100
commit1e958d20f674dabde9e8fc6606edc704d4f93b66 (patch)
tree764f0228c7e4bc2bf541cb45a1e7603ce10b39e8 /config/environment.rb
parent79d63b1d8f2e5af49099563dfc027c6eab62a56d (diff)
Fix bug in rails 2 cookiestore that only shows up when using integration tests
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 7ffbe8701..929ed4dc1 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -155,6 +155,7 @@ require 'world_foi_websites.rb'
require 'alaveteli_external_command.rb'
require 'quiet_opener.rb'
require 'mail_handler'
+require "cookie_store_with_line_break_fix"
if !Configuration.exception_notifications_from.blank? && !Configuration.exception_notifications_to.blank?
ExceptionNotification::Notifier.sender_address = Configuration::exception_notifications_from