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

Added my tournaments page

This commit is contained in:
2015-12-15 15:24:13 -05:00
parent ec1c7c7fd4
commit 41ca12c5d1
5 changed files with 49 additions and 3 deletions

View File

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