Sha256: 09c1b6c15dbb35647ee51d140ca1b1558a5b11686d22cfebe2ae6774b3835397
Contents?: true
Size: 290 Bytes
Versions: 8
Compression:
Stored size: 290 Bytes
Contents
module PandaCms class Admin::FilesController < ApplicationController before_action :set_initial_breadcrumb, only: %i[index show] def index end def show end private def set_initial_breadcrumb add_breadcrumb "Media", admin_files_path end end end
Version data entries
8 entries across 8 versions & 1 rubygems