Skip to content

Commit

Permalink
lets add sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyhelbling committed Feb 26, 2017
1 parent 710cc4d commit 0f2d522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Sessionizer::Application.routes.draw do
root to: 'schedules#index'
#root to: 'schedules#index'
root to: 'pages#home'

get '/home' => 'pages#home', as: :home_page

Expand Down

0 comments on commit 0f2d522

Please sign in to comment.