LafayetteCollegeLibraries/spot

View on GitHub
app/controllers/hyrax/publications_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true
module Hyrax
  class PublicationsController < ApplicationController
    include Spot::WorksControllerBehavior

    self.curation_concern_type = ::Publication
    self.show_presenter = Hyrax::PublicationPresenter
  end
end