LafayetteCollegeLibraries/spot

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

Summary

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

    self.curation_concern_type = ::Image
    self.show_presenter = Hyrax::ImagePresenter
  end
end