提交 3419ac26 编写于 作者: Ł Łukasz Strzałkowski

Include AbsC::Rendering interface in ActionMailer

上级 80b91610
......@@ -4,6 +4,7 @@
require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/hash/except'
require 'active_support/core_ext/module/anonymous'
require 'action_mailer/log_subscriber'
module ActionMailer
......@@ -365,6 +366,8 @@ class Base < AbstractController::Base
abstract!
include AbstractController::Rendering
include ActionView::Layouts
include AbstractController::Logger
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册