Sha256: b33f67bdb5b55afab48aed671499e9c489b9fd67f587e89abd5c591a93a094eb
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
require_dependency "mtdevise/application_controller" module Mtdevise class WelcomeController < ApplicationController layout "mtdevise/welcome" before_action :authenticate_user!, except: [:index] before_action :redirect_logged_in_users_to_account_page def index end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mtdevise-5.0.1 | app/controllers/mtdevise/welcome_controller.rb |