Skip to content

Commit

Permalink
Revert "Feature: add :ontologies to the serialize_default of the grou…
Browse files Browse the repository at this point in the history
…p model"
  • Loading branch information
alexskr authored May 22, 2024
1 parent c8c78d4 commit db5a888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ontologies_linked_data/models/group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class Group < LinkedData::Models::Base
attribute :created, enforce: [:date_time], :default => lambda { |record| DateTime.now }
attribute :ontologies, inverse: { on: :ontology, attribute: :group }

serialize_default :acronym, :name, :description, :created, :ontologies
cache_timeout 86400
end
end
Expand Down

0 comments on commit db5a888

Please sign in to comment.