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