Sha256: e9dcb772ab15a756615755f4621b31d796e16edeb779fa58912435bf7e4312fb

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 Bytes

Contents

module RdfNamespacesHelper
  include *Iqvoc.default_rdf_namespace_helper_modules

  def iqvoc_default_rdf_namespaces
    Iqvoc.rdf_namespaces.merge({
      default: root_url(format: nil, lang: nil, trailing_slash: true),
      coll: rdf_collections_url(trailing_slash: true, lang: nil, format: nil),
      schema: schema_url(format: nil, anchor: '', lang: nil)
    })
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
iqvoc-4.5.1 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.5.0 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.4.0 app/helpers/rdf_namespaces_helper.rb