Sha256: 32d8d7410741a46722a8b01ef27d2663922d771444025bf97b57ef2935083d99

Contents?: true

Size: 488 Bytes

Versions: 8

Compression:

Stored size: 488 Bytes

Contents

# initializer for both iqvoc and iqvoc_skosxl

require 'iqvoc/xllabel' # XXX: this basically duplicates iqvoc_skosxl's initializer - but is required to ensure correct loading order!?

Iqvoc.config.register_setting("title", "iQvoc Inflectionals")

#Iqvoc.searchable_class_names << "Inflectional::Base" # XXX: application's responsibility!?

Iqvoc::XLLabel.additional_association_class_names.
    merge!("Inflectional::Base" => "label_id")
Iqvoc::XLLabel.view_sections += ["inflectionals"]

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
iqvoc_inflectionals-2.1.0 config/initializers/iqvoc.rb
iqvoc_inflectionals-2.0.3 config/initializers/iqvoc.rb
iqvoc_inflectionals-2.0.2 config/initializers/iqvoc.rb
iqvoc_inflectionals-2.0.1 config/initializers/iqvoc.rb
iqvoc_inflectionals-2.0.0 config/initializers/iqvoc.rb
iqvoc_inflectionals-1.1.3 config/initializers/iqvoc.rb
iqvoc_inflectionals-1.1.1 config/initializers/iqvoc.rb
iqvoc_inflectionals-1.1.0 config/initializers/iqvoc.rb