diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-15 14:04:55 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-15 14:05:33 +0000 |
commit | 4bdab94e9d4f0a64647e5f8534c1fea8b4ba2809 (patch) | |
tree | 6071f4273cb98cedf1bfd54b7a415ac1717fce00 /config/environment.rb | |
parent | 8834f67db8cd94a0285dd1bb4702db834e08e995 (diff) |
Move TMail extensions to mail handler.
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 728d2ffb7..bfa7ea869 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -142,7 +142,6 @@ WillPaginate::ViewHelpers.pagination_options[:renderer] = 'WillPaginateExtension # Load monkey patches and other things from lib/ require 'ruby19.rb' -require 'tmail_extensions.rb' require 'activesupport_cache_extensions.rb' require 'timezone_fixes.rb' require 'use_spans_for_errors.rb' |