Skip to content
Snippets Groups Projects
Commit 3ab90c3c authored by Robert Glaser's avatar Robert Glaser
Browse files

Added base_class method.

parent 3f8db42b
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,10 @@ module Iqvoc
module Label
mattr_accessor :base_class_name, :note_class_names, :relation_class_names
def base_class
base_class_name.constantize
end
base_class_name = 'Label::SKOSXL::Base'
relation_class_names = []
note_class_names = [ 'Note::SKOS::Definition',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment