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:
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user