Skip to content

Instantly share code, notes, and snippets.

Created January 2, 2013 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4431628 to your computer and use it in GitHub Desktop.
Save anonymous/4431628 to your computer and use it in GitHub Desktop.
C:\Users\Grails_2\Desktop\result_predictor>rake routes
users_new GET /users/new(.:format) users#new
predictions GET /predictions(.:format) predictions#index
POST /predictions(.:format) predictions#create
new_prediction GET /predictions/new(.:format) predictions#new
edit_prediction GET /predictions/:id/edit(.:format) predictions#edit
prediction GET /predictions/:id(.:format) predictions#show
PUT /predictions/:id(.:format) predictions#update
DELETE /predictions/:id(.:format) predictions#destroy
fixtures GET /fixtures(.:format) fixtures#index
POST /fixtures(.:format) fixtures#create
new_fixture GET /fixtures/new(.:format) fixtures#new
edit_fixture GET /fixtures/:id/edit(.:format) fixtures#edit
fixture GET /fixtures/:id(.:format) fixtures#show
PUT /fixtures/:id(.:format) fixtures#update
DELETE /fixtures/:id(.:format) fixtures#destroy
teams GET /teams(.:format) teams#index
POST /teams(.:format) teams#create
new_team GET /teams/new(.:format) teams#new
edit_team GET /teams/:id/edit(.:format) teams#edit
team GET /teams/:id(.:format) teams#show
PUT /teams/:id(.:format) teams#update
DELETE /teams/:id(.:format) teams#destroy
users GET /users(.:format) users#index
POST /users(.:format) users#create
new_user GET /users/new(.:format) users#new
edit_user GET /users/:id/edit(.:format) users#edit
user GET /users/:id(.:format) users#show
PUT /users/:id(.:format) users#update
DELETE /users/:id(.:format) users#destroy
root / fixtures#index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment