Skip to content

Commit

Permalink
Merge pull request #196 from ncbo/develop
Browse files Browse the repository at this point in the history
Merge develop -> master, release v5.29.1
  • Loading branch information
alexskr authored Mar 29, 2024
2 parents b6df920 + a466d53 commit 4dc3b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ontologies_linked_data/models/ontology_submission.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class OntologySubmission < LinkedData::Models::Base
attribute :homepage
attribute :publication
attribute :uri, namespace: :omv
attribute :naturalLanguage, namespace: :omv
attribute :naturalLanguage, namespace: :omv, enforce: [:list]
attribute :documentation, namespace: :omv
attribute :version, namespace: :omv
attribute :creationDate, namespace: :omv, enforce: [:date_time], default: lambda { |record| DateTime.now }
Expand Down

0 comments on commit 4dc3b11

Please sign in to comment.