mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Error page for generating matches, cannot have more than 16 for Pool to bracket tournaments
This commit is contained in:
@@ -49,6 +49,7 @@ Wrestling::Application.routes.draw do
|
||||
get 'tournaments/:id/teampointadjust' => 'tournaments#teampointadjust'
|
||||
post 'tournaments/:id/teampointadjust' => 'tournaments#teampointadjust'
|
||||
delete 'tournaments/:id/:teampointadjust/remove_teampointadjust' => 'tournaments#remove_teampointadjust'
|
||||
get 'tournaments/:id/error' => 'tournaments#error'
|
||||
|
||||
# Example of regular route:
|
||||
# get 'products/:id' => 'catalog#view'
|
||||
|
||||
Reference in New Issue
Block a user