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

Updated views for wrestlers show page

This commit is contained in:
2015-12-04 19:50:32 +00:00
parent 1591d8d7de
commit 68fe5e4f90
6 changed files with 13 additions and 16 deletions

View File

@@ -32,7 +32,6 @@ Wrestling::Application.routes.draw do
get 'tournaments/:id/weigh_in' => 'tournaments#weigh_in'
get 'tournaments/:id/create_custom_weights' => 'tournaments#create_custom_weights'
get 'tournaments/:id/all_brackets' => 'tournaments#all_brackets'
get 'tournaments/:id/results' => 'tournaments#results'
get 'tournaments/:id/brackets' => 'tournaments#brackets'
get 'tournaments/:id/brackets/:weight' => 'tournaments#bracket'
get 'tournaments/:id/generate_matches' => 'tournaments#generate_matches'