diff --git a/config/routes.rb b/config/routes.rb index e9af45c..d42fd9e 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 'friends#index' # Example of regular route: # get 'products/:id' => 'catalog#view'