1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-02 13:15:27 +00:00

Moved team score for faster front page load.

This commit is contained in:
2015-02-06 09:18:04 -05:00
parent 3eff0ed0fa
commit 5b8e90b50a
5 changed files with 35 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ Wrestling::Application.routes.draw do
get 'static_pages/up_matches'
get 'static_pages/control_match'
get 'static_pages/results'
get 'static_pages/team_scores'
# Example of regular route:
# get 'products/:id' => 'catalog#view'