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/views/layouts/application.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/views/layouts/application.html.haml') diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 380f92d..816b558 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -11,8 +11,7 @@ = yield(:head) %body #masthead - - if params[:controller] != 'home' - = render 'layouts/masthead' + = render 'layouts/masthead' #main .container-fluid - if logged_in? -- cgit v1.2.3