Skip to content
Snippets Groups Projects
Unverified Commit b6f9b3fd authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

add administrators in school deps

parent 3e35e9d6
No related branches found
No related tags found
No related merge requests found
......@@ -50,4 +50,10 @@ class Education::School < ApplicationRecord
def git_path(website)
"data/school.yml"
end
def git_dependencies(website)
[self] +
university_people_through_administrators +
university_people_through_administrators.map(&:administrator)
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