Sha256: 67227f88edf7ea4d9840a6df7a2f3ea01b7cd5cb423a241fe156c54f9f371fac

Contents?: true

Size: 454 Bytes

Versions: 3

Compression:

Stored size: 454 Bytes

Contents

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

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

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