From 4fbd4c50cab2987f002caf075f434bd67c3a48fc Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 3 Nov 2015 10:25:17 -0500 Subject: [PATCH] using angular layout --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 4abcc52..2f1cbdf 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -6,7 +6,7 @@ class ApplicationController < ActionController::Base helper_method :current_user def angular - render '/angular' + render '/angular', layout: 'angular' end def welcome