Skip to content

Instantly share code, notes, and snippets.

@scottweisman
Created February 3, 2015 23:54
Show Gist options
  • Save scottweisman/7240311d32d00cce9304 to your computer and use it in GitHub Desktop.
Save scottweisman/7240311d32d00cce9304 to your computer and use it in GitHub Desktop.
heap identify
<% if current_user %>
heap.identify({email: "<%= current_user.email %>", name: "<%= current_user.full_name %>"});
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment