From b7a40046319e973ea0b0ef1d034abbb02505d7bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=B1or=20Rolando?= Date: Thu, 9 Jan 2014 20:29:23 +0100 Subject: [PATCH] Specify to use the welcome layout. This should be picked up automatically, but for some reason in some cases isn't. --- app/controllers/welcome_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/welcome_controller.rb b/app/controllers/welcome_controller.rb index 75f7d1b..6549ec7 100644 --- a/app/controllers/welcome_controller.rb +++ b/app/controllers/welcome_controller.rb @@ -1,5 +1,7 @@ # -*- coding: utf-8; -*- class WelcomeController < ApplicationController + layout "welcome" + def index # Ask Devise whether or not the user is already signed in. if user_signed_in? then