Specify to use the welcome layout. This should be picked up automatically, but for some reason in some cases isn't.

This commit is contained in:
Señor Rolando 2014-01-09 20:29:23 +01:00
parent f4d2776d00
commit b7a4004631

View file

@ -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