Listing tokens

<% @tokens.each do |token| %> <% end %>
Imageable_id Imageable_type Auth_token
<%= token.imageable_id %> <%= token.imageable_type %> <%= token.auth_token %> <%= 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 %>