Skip to content

Instantly share code, notes, and snippets.

@defong
Last active October 4, 2023 12:52
Show Gist options
  • Save defong/edd94ef0e1e9c52d0edc6e6018232f01 to your computer and use it in GitHub Desktop.
Save defong/edd94ef0e1e9c52d0edc6e6018232f01 to your computer and use it in GitHub Desktop.
[DfE] 2269-update-accrediting-provider-on-courses
# 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