提交 e5eece41 编写于 作者: R Ryan Bigg

Document the controller method for AD's Mapper

上级 5f7f3adc
......@@ -518,6 +518,12 @@ def scope(*args)
@scope[:blocks] = recover[:block]
end
# Scopes routes to a specific controller
#
# Example:
# controller "food" do
# match "bacon", :action => "bacon"
# end
def controller(controller, options={})
options[:controller] = controller
scope(options) { yield }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册