Sha256: cd8a663e6d66e58fb055dfcbf63a2212bef938a332e9beeb375aaa86111a81be

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hyrax-5.0.2 .dassie/app/controllers/hyrax/generic_work_resources_controller.rb