提交 258f7b58 编写于 作者: J José Valim

Fix a small typo (ht: masterkain)

上级 f63d35fb
......@@ -347,7 +347,7 @@ def _default_layout(require_layout = false)
begin
layout_name = _layout if action_has_layout?
rescue NameError => e
raise e.class, "Coult not render layout: #{e.message}"
raise e.class, "Could not render layout: #{e.message}"
end
if require_layout && action_has_layout? && !layout_name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册