Flowdock
controller(controller, options={}) public

Scopes routes to a specific controller

Example:

controller "food" do
  match "bacon", :action => "bacon"
end
Show source
Register or log in to add new notes.