1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Tutorials page added

This commit is contained in:
2016-01-19 19:04:29 +00:00
parent 6c8f122aca
commit 85fb0947b5
4 changed files with 22 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ Wrestling::Application.routes.draw do
get 'static_pages/not_allowed'
get 'static_pages/about'
get 'static_pages/my_tournaments'
get 'static_pages/tutorials'
get 'tournaments/:id/weigh_in/:weight' => 'tournaments#weigh_in_weight'
post 'tournaments/:id/weigh_in/:weight' => 'tournaments#weigh_in_weight'