mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-15 20:46:57 +00:00
Display tournament show page when going to /tournament/:id/brackets
This commit is contained in:
@@ -52,6 +52,7 @@ Wrestling::Application.routes.draw do
|
|||||||
post "/tournaments/:id/swap" => "tournaments#swap", :as => :swap_wrestlers
|
post "/tournaments/:id/swap" => "tournaments#swap", :as => :swap_wrestlers
|
||||||
get 'tournaments/:id/export' => "tournaments#export"
|
get 'tournaments/:id/export' => "tournaments#export"
|
||||||
post "/tournaments/:id/import" => "tournaments#import", :as => :import
|
post "/tournaments/:id/import" => "tournaments#import", :as => :import
|
||||||
|
get "/tournaments/:id/brackets" => "tournaments#show"
|
||||||
|
|
||||||
post 'weights/:id/re_gen' => 'weights#re_gen', :as => :regen_weight
|
post 'weights/:id/re_gen' => 'weights#re_gen', :as => :regen_weight
|
||||||
post "/wrestlers/update_pool" => "wrestlers#update_pool"
|
post "/wrestlers/update_pool" => "wrestlers#update_pool"
|
||||||
|
|||||||
Reference in New Issue
Block a user