Locations

<% @locations.each do |location| %>

<%= link_to location.name, location_path(location) %>

<%= location.description %>

<% end %>