1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Just require tmail instead of autoloading it to fix issues when using the gem

version [#1851 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
This commit is contained in:
Marcus Mateus 2009-02-24 10:47:50 -06:00 committed by Joshua Peek
parent 85df4841dd
commit 5c684f518f

View file

@ -58,4 +58,5 @@ module Net
end
autoload :MailHelper, 'action_mailer/mail_helper'
autoload :TMail, 'action_mailer/vendor/tmail'
require 'action_mailer/vendor/tmail'