controller(controller, options={})
Instance Public methods
Scopes routes to a specific controller
1 2 3 | controller "food" do match "bacon" , action: "bacon" end |
Scopes routes to a specific controller
1 2 3 | controller "food" do match "bacon" , action: "bacon" end |
Designed by : w10schools
service@w10schools.com
Please login to continue.