提交 24ef32fe 编写于 作者: E Emilio Tagua

Ask is @controller is defined to avoid warning.

上级 cd681681
......@@ -171,7 +171,7 @@ def with_routing
# ROUTES TODO: These assertions should really work in an integration context
def method_missing(selector, *args, &block)
if @controller && @routes && @routes.named_routes.helpers.include?(selector)
if defined?(@controller) && @controller && @routes && @routes.named_routes.helpers.include?(selector)
@controller.send(selector, *args, &block)
else
super
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册