Skip to content
Snippets Groups Projects
Commit f549478a authored by Arnaud Levy's avatar Arnaud Levy
Browse files

layout

parent 3c258ced
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,15 @@ class University::Person::Administrator < University::Person
def for_website?(website)
is_administration && website.about_school? && (
website.about.university_people_through_role_involvements.find_by(id: id).present? ||
website.programs.published.joins(:involvements_through_roles).where(university_person_involvements: { person_id: id }).any?
website.about
.university_people_through_role_involvements
.find_by(id: id)
.present? ||
website.programs
.published
.joins(:involvements_through_roles)
.where(university_person_involvements: { person_id: id })
.any?
)
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment