<%= form_for(@token) do |f| %> <% if @token.errors.any? %>

<%= pluralize(@token.errors.count, "error") %> prohibited this token from being saved:

<% end %>
<%= f.label :description %>
<%= f.text_field :description %>
<%= f.submit %>
<% end %>