Sha256: d9259faef491b08355f44a7ad65c73edc8e5b6c75baa255b262db35c1589c8fe
Contents?: true
Size: 482 Bytes
Versions: 5
Compression:
Stored size: 482 Bytes
Contents
# initializer for both iqvoc and iqvoc_skosxl # This basically duplicates iqvoc_skosxl's initializer — # but is required to ensure correct loading order!? require 'iqvoc/xllabel' Iqvoc.config.register_setting("title", "iQvoc Inflectionals") # Application's responsibility! # Iqvoc.searchable_class_names << "Inflectional::Base" Iqvoc::XLLabel.additional_association_class_names. merge!("Inflectional::Base" => "label_id") Iqvoc::XLLabel.view_sections += ["inflectionals"]
Version data entries
5 entries across 5 versions & 1 rubygems