Sha256: 80c4a5dfb1a6f4462570fb0e77d2e6c54beeff758bbedfeaa6b302e7c1069290
Contents?: true
Size: 546 Bytes
Versions: 28
Compression:
Stored size: 546 Bytes
Contents
# Generated via # `rails generate hyrax:work NamespacedWorks::NestedWork` module Hyrax # Generated controller for NamespacedWorks::NestedWork class NamespacedWorks::NestedWorksController < ApplicationController # Adds Hyrax behaviors to the controller. include Hyrax::WorksControllerBehavior include Hyrax::BreadcrumbsForWorks self.curation_concern_type = ::NamespacedWorks::NestedWork # Use this line if you want to use a custom presenter self.show_presenter = Hyrax::NamespacedWorks::NestedWorkPresenter end end
Version data entries
28 entries across 28 versions & 1 rubygems