diff --git a/app/models/event.rb b/app/models/event.rb index 10e50dd80..38f9c53c8 100644 --- a/app/models/event.rb +++ b/app/models/event.rb @@ -86,10 +86,10 @@ class Event < ApplicationRecord ].freeze # renamed to make it clearer that these relation types are grouped together as references - REFERENCE_RELATION_TYPES = %w[is-cited-by is-supplement-to references].freeze + REFERENCE_RELATION_TYPES = %w[cites is-supplement-to references].freeze # renamed to make it clearer that these relation types are grouped together as citations - CITATION_RELATION_TYPES = %w[cites is-supplemented-by is-referenced-by].freeze + CITATION_RELATION_TYPES = %w[is-cited-by is-supplemented-by is-referenced-by].freeze RELATIONS_RELATION_TYPES = %w[ compiles