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