From 56420da67525e77a48929833a386efcf200a354d Mon Sep 17 00:00:00 2001 From: kanhaiya007 Date: Fri, 27 Jun 2014 16:23:14 +0530 Subject: [PATCH] Gitignore update --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index c1add1f..eb4b1dc 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,7 +1,7 @@ Rails.application.routes.draw do resources :users resources :newsletters - root :to => "users#index" + root :to => "home#index" # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes".