Sha256: fd87bda7d566cbbbb453f4b94051494ad0c973e220947ae56dd704facdd7d198

Contents?: true

Size: 438 Bytes

Versions: 3

Compression:

Stored size: 438 Bytes

Contents

# Generated via
#  `rails generate hyrax:work NewspaperIssue`

module Hyrax
  class NewspaperIssuesController < ApplicationController
    # Adds Hyrax behaviors to the controller.
    include Hyrax::WorksControllerBehavior
    include Hyrax::BreadcrumbsForWorks
    self.curation_concern_type = ::NewspaperIssue

    # Use this line if you want to use a custom presenter
    self.show_presenter = Hyrax::NewspaperIssuePresenter
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
newspaper_works-1.0.1 app/controllers/hyrax/newspaper_issues_controller.rb
newspaper_works-1.0.0 app/controllers/hyrax/newspaper_issues_controller.rb
newspaper_works-0.1.0 app/controllers/hyrax/newspaper_issues_controller.rb