Skip to content

Commit

Permalink
add expirable module to label/base
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansing committed Oct 17, 2024
1 parent 244861c commit fa94d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/label/skosxl/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Label::SKOSXL::Base < Label::Base
include Versioning
include FirstLevelObjectValidations
include Label::SKOSXL::Validations
include Expirable

class_attribute :rdf_namespace, :rdf_class
self.rdf_namespace = 'skosxl'
Expand Down

0 comments on commit fa94d8c

Please sign in to comment.