Sha256: cc66ca2ebcecaed9ed0e63caa479ec7e6003cc79fc2ce3cdbcf2adec7996e9d6
Contents?: true
Size: 618 Bytes
Versions: 17
Compression:
Stored size: 618 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
17 entries across 17 versions & 1 rubygems