Name | City | |||
---|---|---|---|---|
<%= street.name %> | <%= street.city.name %> | <%= link_to 'Show', [@country, @city, street] %> | <%= link_to 'Edit', edit_country_city_street_path(@country, @city, street) %> | <%= link_to 'Destroy', [@country, @city, street], method: :delete, data: { confirm: 'Are you sure?' } %> |