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

Added printable weigh in sheet

This commit is contained in:
2016-01-21 12:48:50 +00:00
parent 911faceb7c
commit 6282693fe3
4 changed files with 46 additions and 2 deletions

View File

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