Created
December 30, 2016 06:20
-
-
Save Carpetfizz/d867b13b2da67e43ee6a2e75500b971a to your computer and use it in GitHub Desktop.
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 %> | |
<% current_user.attributes.each do |k, v| %> | |
<b><%= k %>:</b> <%= v %> <br> | |
<% end %> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment