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:
parent
f4d2776d00
commit
b7a4004631
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
class WelcomeController < ApplicationController
|
class WelcomeController < ApplicationController
|
||||||
|
layout "welcome"
|
||||||
|
|
||||||
def index
|
def index
|
||||||
# Ask Devise whether or not the user is already signed in.
|
# Ask Devise whether or not the user is already signed in.
|
||||||
if user_signed_in? then
|
if user_signed_in? then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue