Created
February 3, 2015 23:54
-
-
Save scottweisman/7240311d32d00cce9304 to your computer and use it in GitHub Desktop.
heap identify
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% 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