1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Trying to get create wrestler for school link to work

This commit is contained in:
Jacob Cody Wimer
2014-01-07 13:17:40 -05:00
parent e27c29d313
commit 898caee2a6
3 changed files with 16 additions and 6 deletions

View File

@@ -1,9 +1,13 @@
Wrestling::Application.routes.draw do
resources :wrestlers
resources :schools
resources :weights
resources :schools
resources :wrestlers
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".