提交 873be125 编写于 作者: J Jamis Buck

Fix vendor require paths to prevent files being required twice

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2130 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 258bacbf
*SVN*
* Fix vendor require paths to prevent files being required twice
* Don't add charset to content-type header for a part that contains subparts (for AOL compatibility) #2013 [John Long]
* Preserve underscores when unquoting message bodies #1930
......
......@@ -38,7 +38,7 @@
require 'action_mailer/helpers'
require 'action_mailer/mail_helper'
require 'action_mailer/quoting'
require 'action_mailer/vendor/tmail'
require 'tmail'
require 'net/smtp'
ActionMailer::Base.class_eval do
......
require 'action_mailer/vendor/text/format'
require 'text/format'
module MailHelper#:nodoc:
def block_format(text)
......@@ -14,4 +14,4 @@ def block_format(text)
formatted
end
end
\ No newline at end of file
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册