Created
October 6, 2023 14:22
-
-
Save zarembas/c20314b13253da64b6fe7bf3dc184930 to your computer and use it in GitHub Desktop.
[DfE] 2280-reverse-action-i-took
This file contains 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
application_choice = ApplicationChoice.find(410761) | |
course_option = CourseOption.find(114533) | |
audit_comment = 'https://becomingateacher.zendesk.com/agent/tickets/139913' | |
application_choice.update_course_option_and_associated_fields!( | |
course_option, | |
audit_comment:, | |
other_fields: { | |
course_option:, | |
course_changed_at: Time.zone.now, | |
}, | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment