Last active
November 11, 2015 16:35
-
-
Save SputterPuttRedux/6e514e213350934f4ff0 to your computer and use it in GitHub Desktop.
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
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