class Onboarding::ExistingSchool
Attributes
Public Instance Methods
Source
# File app/models/onboarding.rb, line 325 def attach_to_team!(academic_year:) location.attach_to_team!(team, academic_year:, subteam:) location.import_year_groups_from_gias!(academic_year:) location.import_default_programme_year_groups!( programmes.map(&:programme), academic_year: ) end
Source
# File app/models/onboarding.rb, line 314 def location @location ||= Location.gias_school.find_by_urn_and_site(urn) end