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

Created about page

This commit is contained in:
2015-11-30 15:18:03 +00:00
parent 940782f95d
commit ce2e80a2b4
5 changed files with 54 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ Wrestling::Application.routes.draw do
get 'admin/index'
get 'static_pages/control_match'
get 'static_pages/not_allowed'
get 'static_pages/about'
get 'tournaments/:id/weigh_in/:weight' => 'tournaments#weigh_in_weight'
post 'tournaments/:id/weigh_in/:weight' => 'tournaments#weigh_in_weight'