Skip to content

Instantly share code, notes, and snippets.

@khash
Created January 1, 2012 12:46
Show Gist options
  • Save khash/1547247 to your computer and use it in GitHub Desktop.
Save khash/1547247 to your computer and use it in GitHub Desktop.
Call Mixpanel Event in Resque
Resque.enqueue(MixpanelTrackEventJob, "Added CC Info", {:type => 'AMEX'}, current_user.id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment