提交 b245287b 编写于 作者: H Hendy Tanata

Fix grammar on AM.mailer_name documentation.

上级 ebfe41ca
......@@ -412,7 +412,7 @@ def register_interceptor(interceptor)
Mail.register_interceptor(delivery_interceptor)
end
# Returns the name of current mailer. This method also being used as a path for a view lookup.
# Returns the name of current mailer. This method is also being used as a path for a view lookup.
# If this is an anonymous mailer, this method will return +anonymous+ instead.
def mailer_name
@mailer_name ||= anonymous? ? "anonymous" : name.underscore
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册