Sha256: 035af5cc06c374b16bf10f24af433bdb5ebd95092c3e891223f0a4e3fcb827a0
Contents?: true
Size: 330 Bytes
Versions: 7
Compression:
Stored size: 330 Bytes
Contents
require_dependency 'faalis/dashboard/application_controller' module Faalis class DashboardController < ::Dashboard::ApplicationController before_action :authenticate_user!, :only => [:modules, :index] def index redirect_to dashboard_path if params.include? :signin end def not_found end end end
Version data entries
7 entries across 7 versions & 1 rubygems