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

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

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