From df13387b3b9141d91e669242a296f84e6e62a009 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 2 Nov 2015 13:44:45 -0500 Subject: [PATCH] use new layout for applicaiton#spa --- 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 3c1cf8e..1b3f77e 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -10,7 +10,7 @@ class ApplicationController < ActionController::Base end def spa - render '/spa' + render '/spa', layout:'spa' end private