Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit f6c93ff

Browse files
author
gardner
committed
Updated root url to be game url
1 parent 31bc9cc commit f6c93ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
resources :questions
1111
resources :password_resets
1212
# root :to => "demo#index"
13-
root :to => "issues#new"
13+
root :to => "game_results#new"
1414

1515
match '/about', :to => 'about#index'
1616
match '/demo', :to => 'demo#index'

0 commit comments

Comments
 (0)