1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Added tests for assign_next_match mat action permissions

This commit is contained in:
2023-01-09 19:55:19 -05:00
parent 288c144f53
commit bde2b6d8c4
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
Wrestling::Application.routes.draw do
resources :mats
post "mats/:id/assign_next_match" => "mats#assign_next_match"
post "mats/:id/assign_next_match" => "mats#assign_next_match", :as => :assign_next_match
resources :matches