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

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

<% end %>
<%= form.label :name %> <%= form.text_field :name %>
<%= form.label :seat_id_seq %> <%= form.text_field :seat_id_seq %>
<%= form.label :address %> <%= form.text_area :address %>
<%= form.label :price_paid %> <%= form.text_field :price_paid %>
<%= form.label :email_address %> <%= form.text_field :email_address %>
<%= form.submit %>
<% end %>