Skip to content

Commit

Permalink
changed names
Browse files Browse the repository at this point in the history
  • Loading branch information
kf8a committed Aug 12, 2024
1 parent b400dec commit a9c7a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/person.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Person < ApplicationRecord
scope :by_sur_name_asc, -> { order 'sur_name ASC' }

def only_emeritus?
lter_roles.all?(&:emeritus?)
lter_affiliations.all?(&:emeritus?)
end

def no_current_lno_role?
Expand Down

0 comments on commit a9c7a48

Please sign in to comment.