From c29e77b2381f2f2b7cb4ce8726f08f34fdb3cf7b Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Tue, 30 Dec 2014 11:35:10 +0100 Subject: [PATCH] Make problems index the root page --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index ba38df9..756ec6d 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -6,7 +6,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 'translations#index' + root 'problems#index' # Example of regular route: # get 'products/:id' => 'catalog#view'