diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-02-18 10:30:39 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-02-18 10:30:39 +0000 |
commit | 29820a6daa38e5becd3d8ba28aab5eede513e7a1 (patch) | |
tree | 6d31ae2e59b9b7a2ad48179dbb8df6cd07399f14 /config/environment.rb | |
parent | d4bdb6e2b254fa32a22af68b8a284ac79780038c (diff) |
Not using fcgi - get rid of monkey patches
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index c4351dbd1..8a8ee91e3 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -110,7 +110,6 @@ require 'tmail_extensions.rb' require 'activesupport_cache_extensions.rb' require 'public_body_categories.rb' 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' |