<%= notice %>

Points

<%= link_to 'Map', points_path %> <% @points.each do |point| %> <% end %>
Location
<%= point.location %> <%= link_to 'Show', point %> <%= link_to 'Edit', edit_point_path(point) %> <%= link_to 'Destroy', point, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Point', new_point_path %>