added auth token

This commit is contained in:
Tyrel Souza 2014-05-14 14:51:28 -04:00
parent b54bbe6168
commit 16b80e47c8

View File

@ -1 +1,7 @@
<h1><%= @user.email %></h1>
<% if admin_signed_in? %>
<h2>Token</h2>
<p> <%= @user.authentication_token %> </p>
<% end %>