提交 0f8a6ebb 编写于 作者: P Prem Sichanugrist 提交者: Xavier Noria

Fix missing requires in Action Mailer

This made the isolated test failed on CI server.
Signed-off-by: NXavier Noria <fxn@hashref.com>
上级 eebb19c9
......@@ -5,6 +5,7 @@
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/proc'
require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/hash/except'
require 'action_mailer/log_subscriber'
module ActionMailer #:nodoc:
......
require "abstract_controller/base"
require "action_view"
require "active_support/core_ext/object/instance_variables"
module AbstractController
class DoubleRenderError < Error
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册