From 02addd495168f980180490ef1e5594874f1ac2a2 Mon Sep 17 00:00:00 2001 From: Roger Marlow Date: Thu, 1 Jan 2015 21:52:52 +0000 Subject: [PATCH] Have / route to the app rather than the Rails welcome page --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 07fe77c..2488266 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,7 +5,7 @@ # See how all your routes lay out with "rake routes". # You can have the root of your site routed with "root" - # root 'welcome#index' + root 'people#index' # Example of regular route: # get 'products/:id' => 'catalog#view'