Sha256: ece90c5e4c77c37309b8415a7e0fe5923478fbd7deb054df4a94392d1e394a14

Contents?: true

Size: 529 Bytes

Versions: 36

Compression:

Stored size: 529 Bytes

Contents

# frozen_string_literal: true

# Generated via
#  `rails generate hyrax:work_resource Monograph`
module Hyrax
  # Generated controller for Monograph
  class MonographsController < ApplicationController
    # Adds Hyrax behaviors to the controller.
    include Hyrax::WorksControllerBehavior
    include Hyrax::BreadcrumbsForWorks
    self.curation_concern_type = ::Monograph

    # Use a Valkyrie aware form service to generate Valkyrie::ChangeSet style
    # forms.
    self.work_form_service = Hyrax::FormFactory.new
  end
end

Version data entries

36 entries across 25 versions & 1 rubygems

Version Path
hyrax-5.0.2 .dassie/app/controllers/hyrax/monographs_controller.rb
hyrax-5.0.2 .koppie/app/controllers/hyrax/monographs_controller.rb
hyrax-5.0.1 .koppie/app/controllers/hyrax/monographs_controller.rb
hyrax-5.0.1 .dassie/app/controllers/hyrax/monographs_controller.rb
hyrax-5.0.0 .dassie/app/controllers/hyrax/monographs_controller.rb
hyrax-5.0.0 .koppie/app/controllers/hyrax/monographs_controller.rb
hyrax-5.0.0.rc3 .koppie/app/controllers/hyrax/monographs_controller.rb
hyrax-5.0.0.rc3 .dassie/app/controllers/hyrax/monographs_controller.rb
hyrax-5.0.0.rc2 .koppie/app/controllers/hyrax/monographs_controller.rb
hyrax-5.0.0.rc2 .dassie/app/controllers/hyrax/monographs_controller.rb
hyrax-5.0.0.rc1 .dassie/app/controllers/hyrax/monographs_controller.rb
hyrax-5.0.0.rc1 .koppie/app/controllers/hyrax/monographs_controller.rb
hyrax-3.6.0 .dassie/app/controllers/hyrax/monographs_controller.rb
hyrax-4.0.0 .dassie/app/controllers/hyrax/monographs_controller.rb
hyrax-4.0.0 .koppie/app/controllers/hyrax/monographs_controller.rb
hyrax-4.0.0.rc3 .dassie/app/controllers/hyrax/monographs_controller.rb
hyrax-4.0.0.rc3 .koppie/app/controllers/hyrax/monographs_controller.rb
hyrax-4.0.0.rc2 .koppie/app/controllers/hyrax/monographs_controller.rb
hyrax-4.0.0.rc2 .dassie/app/controllers/hyrax/monographs_controller.rb
hyrax-4.0.0.rc1 .koppie/app/controllers/hyrax/monographs_controller.rb