<%= form_with(model: type, local: true) do |form| %> <% if type.errors.any? %>

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

<% end %>
<%= form.label :code_id %> <%= form.text_field :code_id %>
<%= form.submit %>
<% end %>