<%= notice %>

History Houses

<% @history_houses.each do |history_house| %> <% end %>
House People ids
<%= history_house.house %> <%= history_house.people_ids %> <%= link_to 'Show', history_house %> <%= link_to 'Edit', edit_history_house_path(history_house) %> <%= link_to 'Destroy', history_house, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New History House', new_history_house_path %>