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

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

<% end %>
<%= form.label :house_id %> <%= form.text_field :house_id %>
<%= form.label :people_ids %> <%= form.text_area :people_ids %>
<%= form.submit %>
<% end %>