method
controller
v3.2.1 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Scoping
controller(controller, options={})public
Scopes routes to a specific controller
Example:
controller "food" do match "bacon", :action => "bacon" end