Sha256: f249ab4f26ed1c61398d9fe42f4b85d6131ca8daa7b15a5095b6a5bef902eae3
Contents?: true
Size: 343 Bytes
Versions: 24
Compression:
Stored size: 343 Bytes
Contents
module PandaCms class Admin::SettingsController < ApplicationController before_action :set_initial_breadcrumb, only: %i[index show] before_action :authenticate_admin_user! def index end def show end private def set_initial_breadcrumb add_breadcrumb "Settings", admin_settings_path end end end
Version data entries
24 entries across 24 versions & 1 rubygems