Skip to content

Instantly share code, notes, and snippets.

@braidn
Created March 18, 2014 02:50
Show Gist options
  • Save braidn/9612690 to your computer and use it in GitHub Desktop.
Save braidn/9612690 to your computer and use it in GitHub Desktop.
Users With CC's
User.joins('LEFT JOIN spree_credit_cards ON spree_users.payment_source_on_file_id = spree_credit_cards.id').where('spree_credit_cards.gateway_customer_profile_id like ?', "4%")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment