<%= form_with(model: wheel_option) do |form| %> <% if wheel_option.errors.any? %>

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

<% end %>
<%= form.label :wheel_id, style: "display: block" %> <%= form.text_field :wheel_id %>
<%= form.label :batch_id, style: "display: block" %> <%= form.text_field :batch_id %>
<%= form.submit %>
<% end %>