Module: CurationConcerns::UrlHelper
- Included in:
- MainAppHelpers
- Defined in:
- app/helpers/curation_concerns/url_helper.rb
Instance Method Summary collapse
-
#url_for_document(doc, _options = {}) ⇒ Object
override Blacklight so we can use our ‘curation_concern’ namespace We may also pass in a ActiveFedora document instead of a SolrDocument.
Instance Method Details
#url_for_document(doc, _options = {}) ⇒ Object
override Blacklight so we can use our ‘curation_concern’ namespace We may also pass in a ActiveFedora document instead of a SolrDocument
5 6 7 8 |
# File 'app/helpers/curation_concerns/url_helper.rb', line 5 def url_for_document(doc, = {}) return doc if doc.collection? [main_app, doc] end |