Sha256: fbecd8d6ec81f9d40677f61af1bf0ae4b3b65a4fa9d91ed75e4184e7f4aa9fb5
Contents?: true
Size: 399 Bytes
Versions: 3
Compression:
Stored size: 399 Bytes
Contents
require "groupdate" module Panda module CMS class Admin::DashboardController < ApplicationController before_action :set_initial_breadcrumb, only: %i[show] before_action :authenticate_admin_user! # GET /admin def show end private def set_initial_breadcrumb add_breadcrumb "Dashboard", Panda::CMS.route_namespace end end end end
Version data entries
3 entries across 3 versions & 1 rubygems