Listing tokens

<% @tokens.each do |token| %> <% end %>
Imageable Imageable type Auth token First ip address Current ip address Times used Expiration minutes
<%= token.imageable_id %> <%= token.imageable_type %> <%= token.auth_token %> <%= token.first_ip_address %> <%= token.current_ip_address %> <%= token.times_used %> <%= token.expiration_minutes %> <%= link_to 'Show', token %> <%= link_to 'Edit', edit_token_path(token) %> <%= link_to 'Destroy', token, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Token', new_token_path %>