controller(controller, options={})
Instance Public methods
Scopes routes to a specific controller
controller "food" do match "bacon", action: "bacon" end
Scopes routes to a specific controller
controller "food" do match "bacon", action: "bacon" end
Please login to continue.