提交 db1bf365 编写于 作者: Y Yehuda Katz

Fix ActionMailer Symbol#to_proc instance

上级 8e6a18d8
......@@ -33,7 +33,7 @@ def register_template_handler(extension, klass)
end
def template_handler_extensions
@@template_handlers.keys.map(&:to_s).sort
@@template_handlers.keys.map {|key| key.to_s }.sort
end
def registered_template_handler(extension)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册