mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added basic scaffolds for schools wrestlers and weights
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
Wrestling::Application.routes.draw do
|
||||
resources :wrestlers
|
||||
|
||||
resources :weights
|
||||
|
||||
resources :schools
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
# See how all your routes lay out with "rake routes".
|
||||
|
||||
# You can have the root of your site routed with "root"
|
||||
root 'static_pages#index'
|
||||
get 'static_pages/school'
|
||||
|
||||
# Example of regular route:
|
||||
# get 'products/:id' => 'catalog#view'
|
||||
|
||||
Reference in New Issue
Block a user