Skip to content

Instantly share code, notes, and snippets.

@davidray
Created February 22, 2018 14:40
Show Gist options
  • Save davidray/dd5de60c7859a961a673d6de72ab9315 to your computer and use it in GitHub Desktop.
Save davidray/dd5de60c7859a961a673d6de72ab9315 to your computer and use it in GitHub Desktop.
# Put the program IDs in this array
ids = []
# This template uses the CSS we need
css = ::ContentLibrary::CourseTemplate.find(13).overview_segment_css
# Make sure all programs are there
ids.count
::Organizations::Program.where(id: ids).count
# Update the css used by the IWS program
::Organizations::Program.where(id: ids).update_all({overview_segment_css: css})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment