Class: IiifImagesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/iiif_images_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



2
3
4
5
# File 'app/controllers/iiif_images_controller.rb', line 2

def show
  @manifestation = Manifestation.find(params[:id])
  authorize @manifestation
end