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:
parent
85df4841dd
commit
5c684f518f
1 changed files with 2 additions and 1 deletions
|
@ -58,4 +58,5 @@ module Net
|
|||
end
|
||||
|
||||
autoload :MailHelper, 'action_mailer/mail_helper'
|
||||
autoload :TMail, 'action_mailer/vendor/tmail'
|
||||
|
||||
require 'action_mailer/vendor/tmail'
|
||||
|
|
Loading…
Reference in a new issue