From a257aeecb11ed64e0b7c1f8171bc2b2da56b53b9 Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Sun, 30 Nov 2014 16:43:33 +0100 Subject: [PATCH] Change page root to problems list --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 342d016..7b67086 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,7 +5,7 @@ Rails.application.routes.draw do # 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 'problems#index' # Example of regular route: # get 'products/:id' => 'catalog#view'