Sha256: 26a4ded71e58f2a1c1578c23a66b201b543f4f3cc7da3ae3945188032f2c7198

Contents?: true

Size: 299 Bytes

Versions: 17

Compression:

Stored size: 299 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),
      schema: schema_url(format: nil, anchor: '', lang: nil)
    })
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.14.4 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.13.2 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.13.0 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.12.1 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.12.0 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.11.1 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.11.0 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.10.0 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.9.0 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.8.2 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.8.1 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.8.0 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.7.0 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.6.1 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.5.2 app/helpers/rdf_namespaces_helper.rb
iqvoc-4.6.0 app/helpers/rdf_namespaces_helper.rb