Created
January 28, 2012 23:23
-
-
Save dwillis/1696236 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
# sets is_super_pac boolean to false for PACs registered by Josue LaRose. | |
# here's why: http://www.tcpalm.com/news/2010/oct/05/self-styled-billionaire-single-handedly-doubles/?print=1 | |
def self.remove_fake_superpacs! | |
update_all('is_super_pac = 0', 'treasurer= "LAROSE, JOSUE"') | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment