Skip to content

Instantly share code, notes, and snippets.

@wrightling
Created August 21, 2014 21:27
Show Gist options
  • Save wrightling/cd798e1e5dee8430f962 to your computer and use it in GitHub Desktop.
Save wrightling/cd798e1e5dee8430f962 to your computer and use it in GitHub Desktop.
plan = '50UserTier'
without_stripe = Company.all.select { |company| company.stripe_rel.nil? }
without_stripe.each { |company| company.create_stripe_relationship plan }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment