Sha256: 4eff766a24c5501510e96979cbcc8fb542baa74930a7ee6761bef30ce74d79de
Contents?: true
Size: 154 Bytes
Versions: 7
Compression:
Stored size: 154 Bytes
Contents
class IiifImagesController < ApplicationController def show @manifestation = Manifestation.find(params[:id]) authorize @manifestation end end
Version data entries
7 entries across 7 versions & 1 rubygems