class Service::StudentHistory < Base::Service::StudentHistory
  associations_for legacy: true do |a|
    a.belongs_to :school
    a.belongs_to :student, inverse_of: :service_histories
    a.belongs_to :school_year, inverse_of: :service_student_histories
  end
end
