Module: IiifPrint::IiifManifestPresenterBehavior

Extended by:
ActiveSupport::Concern
Defined in:
app/presenters/iiif_print/iiif_manifest_presenter_behavior.rb

Instance Method Summary collapse

Instance Method Details

#search_serviceObject



6
7
8
# File 'app/presenters/iiif_print/iiif_manifest_presenter_behavior.rb', line 6

def search_service
  Rails.application.routes.url_helpers.solr_document_iiif_search_url(id, host: hostname)
end