Skip to content

Instantly share code, notes, and snippets.

@SputterPuttRedux
Last active November 11, 2015 16:35
Show Gist options
  • Save SputterPuttRedux/6e514e213350934f4ff0 to your computer and use it in GitHub Desktop.
Save SputterPuttRedux/6e514e213350934f4ff0 to your computer and use it in GitHub Desktop.
CallSourcePartner.all.each do |partner|
partner.update(
affiliate_slug: partner.params['affiliate_slug'],
category_id: partner.params['category_id']
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment