Sha256: 5132c664aaf1c2aa201ea4ff02dc71fe26a0ac40c678488e19215c0868fe58ba

Contents?: true

Size: 437 Bytes

Versions: 3

Compression:

Stored size: 437 Bytes

Contents

# Generated via
#  `rails generate hyrax:work NewspaperTitle`
module Hyrax
  class NewspaperTitlesController < ApplicationController
    # Adds Hyrax behaviors to the controller.
    include Hyrax::WorksControllerBehavior
    include Hyrax::BreadcrumbsForWorks
    self.curation_concern_type = ::NewspaperTitle

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

Version data entries

3 entries across 3 versions & 1 rubygems

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