<%= notice %>
House | Region | |||
---|---|---|---|---|
<%= history_region_house.house %> | <%= history_region_house.region %> | <%= link_to 'Show', history_region_house %> | <%= link_to 'Edit', edit_history_region_house_path(history_region_house) %> | <%= link_to 'Destroy', history_region_house, method: :delete, data: { confirm: 'Are you sure?' } %> |