Last active
October 4, 2023 12:52
-
-
Save defong/edd94ef0e1e9c52d0edc6e6018232f01 to your computer and use it in GitHub Desktop.
[DfE] 2269-update-accrediting-provider-on-courses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://qa.publish-teacher-training-courses.service.gov.uk/publish/organisations/G70/2024/courses | |
courses = RecruitmentCycle.current.providers.find_by(provider_code: "G70").courses.where(course_code: ["D514", "A102"]) | |
courses.update!(accredited_provider_code: nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment