Sha256: f80d900e56dd9d6395af5ceb044185e52b5eae6b3e77700617a47c945e03bd06
Contents?: true
Size: 615 Bytes
Versions: 38
Compression:
Stored size: 615 Bytes
Contents
# frozen_string_literal: true module Spotlight ## # Locking mechanism for page-level locks class JobTrackersController < Spotlight::ApplicationController load_and_authorize_resource :exhibit load_and_authorize_resource through: :exhibit # GET /:exhibit_id/job_trackers/1 def show add_breadcrumb t(:'spotlight.exhibits.breadcrumb', title: @exhibit.title), @exhibit add_breadcrumb t(:'spotlight.curation.sidebar.dashboard'), exhibit_dashboard_path(@exhibit) add_breadcrumb t(:'spotlight.configuration.sidebar.job_trackers'), [@job_tracker.on, @job_tracker] end end end
Version data entries
38 entries across 38 versions & 1 rubygems