提交 bc916a7e 编写于 作者: A Aaron Patterson

we don't need the call to presence. that is my present, to you!

上级 3c03e7e2
......@@ -256,7 +256,7 @@ def default_controller_and_action
if controller =~ %r{\A/}
controller = controller[1..-1]
else
controller = [@scope[:module], controller].compact.join("/").presence
controller = [@scope[:module], controller].compact.join("/")
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册