aboutsummaryrefslogtreecommitdiffstats
path: root/config/environment.rb
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2010-03-10 01:25:12 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2010-03-15 13:42:37 +0000
commit24f2217493a7f761d25b3a2c401f1eb3d10b6f6a (patch)
treec347eaf3a43e9126d9be70f825922f9fd12a3636 /config/environment.rb
parenta84d2fa67c106cd537302b13631bc56c785dbb22 (diff)
Support for Outlook TNEF files
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 af8f5456f..3ba4592a3 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -106,6 +106,7 @@ require 'make_html_4_compliant.rb'
require 'activerecord_errors_extensions.rb'
require 'willpaginate_hack.rb'
require 'sendmail_return_path.rb'
+require 'tnef.rb'
# XXX temp debug for SQL logging production sites
#ActiveRecord::Base.logger = Logger.new(STDOUT)