mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
Added mat assignment rules for the bout board and fixed the bug where a delegate making the tournamnet info public changes them to the owner
This commit is contained in:
@@ -6,7 +6,12 @@ Wrestling::Application.routes.draw do
|
||||
|
||||
devise_for :users
|
||||
|
||||
resources :tournaments
|
||||
resources :tournaments do
|
||||
resources :mat_assignment_rules, only: [:index, :new, :create, :edit, :update, :show, :destroy]
|
||||
member do
|
||||
post :reset_bout_board
|
||||
end
|
||||
end
|
||||
|
||||
resources :schools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user