diff --git a/lib/person_cards.rb b/lib/person_cards.rb index 12f7546ae..39eeae712 100644 --- a/lib/person_cards.rb +++ b/lib/person_cards.rb @@ -58,7 +58,7 @@ def identifiers Section::Identifiers.new(person, top_identifiers: top_identifiers).data end - # List of memberships this person holds in the current term + # List of memberships this person held in this term # @return [Array] def memberships person.memberships.where(legislative_period_id: term.id)