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

Preliminary bracket print page

This commit is contained in:
2015-03-30 19:11:47 +00:00
parent 9986c8b407
commit d0277e1ab8
5 changed files with 64 additions and 13 deletions

View File

@@ -22,6 +22,7 @@ Wrestling::Application.routes.draw do
# You can have the root of your site routed with "root"
root 'static_pages#index'
get 'static_pages/brackets'
get 'static_pages/all_brackets'
get 'static_pages/weights'
get 'admin/index'
get 'static_pages/up_matches'