config/initializers/iqvoc.rb in iqvoc-3.4.0 vs config/initializers/iqvoc.rb in iqvoc-3.5.0

- old
+ new

@@ -24,20 +24,10 @@ ActiveRecord::Base.send :include, Iqvoc::DeepCloning ##### INSTANCE SETTINGS ##### -# uncomment the settings below and adjust as desired -# see lib/iqvoc.rb for the full list of available setting +# initialize non-dynamic settings below +# see lib/iqvoc.rb for the list of available setting unless Rails.env.test? - # Iqvoc.title = "My Thesaurus" - - # interface languages (cf. config/locales) - # Iqvoc.available_languages = [ :en, :de ] - - # label languages (and classes) - # Iqvoc::Concept.pref_labeling_languages = [ :de, :en ] - # Iqvoc::Concept.further_labeling_class_names = { - # "Labeling::SKOS::AltLabel" => [ :de, :en ] - # } end