From 1a3fdad01d9cb2e2596281d38ce0c0f1ad4da04a Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 31 Jul 2013 15:12:59 -0700 Subject: added empty 'home' layout and removed debugger from homecontroller --- app/controllers/home_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/controllers/home_controller.rb') diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index 120541e..be26eb6 100644 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -1,9 +1,9 @@ - class HomeController < ApplicationController + layout 'home' + def index if logged_in? redirect_to user_overview_url(current_user) end - debugger if params[:debug] end end -- cgit v1.2.3