Sha256: 8df1b6d6cc89883eea46569faa88c915b5fbeedfed254614d1e8705f15fe8d40
Contents?: true
Size: 292 Bytes
Versions: 4
Compression:
Stored size: 292 Bytes
Contents
module IiifPrint module WorksControllerBehaviorDecorator # Extending the presenter to the base url which includes the protocol. # We need the base url to render the facet links. def iiif_manifest_presenter super.tap { |i| i.base_url = request.base_url } end end end
Version data entries
4 entries across 4 versions & 1 rubygems