提交 0e4e496a 编写于 作者: C Cristian Bica

Fixed indentation

上级 788aee5a
...@@ -549,7 +549,7 @@ def set_payload_for_mail(payload, mail) #:nodoc: ...@@ -549,7 +549,7 @@ def set_payload_for_mail(payload, mail) #:nodoc:
def method_missing(method_name, *args) # :nodoc: def method_missing(method_name, *args) # :nodoc:
if action_methods.include?(method_name.to_s) if action_methods.include?(method_name.to_s)
MessageDelivery.new(self, method_name, *args) MessageDelivery.new(self, method_name, *args)
else else
super super
end end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册