Skip to content

Instantly share code, notes, and snippets.

@dwillis
Created January 28, 2012 23:23
Show Gist options
  • Save dwillis/1696236 to your computer and use it in GitHub Desktop.
Save dwillis/1696236 to your computer and use it in GitHub Desktop.
# 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