Sha256: 6388c6939600ffe9f141c3ee505a3bea4282e5e2fa5bd9b91618367417d09ad1
Contents?: true
Size: 289 Bytes
Versions: 51
Compression:
Stored size: 289 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
51 entries across 51 versions & 1 rubygems