1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 05:43:47 +00:00

Added manual pool order button

This commit is contained in:
2020-01-14 14:54:24 -05:00
parent 521067d4c0
commit ac0cdc25a3
4 changed files with 76 additions and 23 deletions

View File

@@ -14,6 +14,7 @@ Wrestling::Application.routes.draw do
resources :wrestlers
post "/weights/:id" => "weights#show"
post "weights/:id/pool_order" => "weights#pool_order"
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".