Skip to content

Instantly share code, notes, and snippets.

@knwang
Created October 5, 2011 00:22
Show Gist options
  • Save knwang/1263247 to your computer and use it in GitHub Desktop.
Save knwang/1263247 to your computer and use it in GitHub Desktop.
Proofing_oven: routes
ProofingOven::Application.routes.draw do
match 'ui(/:action)', controller: 'ui'
root to: 'ui#index'
resources :candidates, only: [:index]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment