mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
Added all_results page to tournaments
This commit is contained in:
@@ -64,6 +64,7 @@ Wrestling::Application.routes.draw do
|
||||
post "/tournaments/:id/swap" => "tournaments#swap", :as => :swap_wrestlers
|
||||
get "/tournaments/:id/brackets" => "tournaments#show"
|
||||
put "/tournaments/:id/calculate_team_scores", :to => "tournaments#calculate_team_scores"
|
||||
get "/tournaments/:id/all_results" => "tournaments#all_results"
|
||||
|
||||
post "/wrestlers/update_pool" => "wrestlers#update_pool"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user