Skip to content

Instantly share code, notes, and snippets.

@Carpetfizz
Created December 30, 2016 06:20
Show Gist options
  • Save Carpetfizz/d867b13b2da67e43ee6a2e75500b971a to your computer and use it in GitHub Desktop.
Save Carpetfizz/d867b13b2da67e43ee6a2e75500b971a to your computer and use it in GitHub Desktop.
<% 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