Editing map

<% form_for(@map) do |f| %> <%= f.error_messages %>

<%= f.label :name %>
<%= f.text_field :name %>

<%= f.submit 'Update' %>

<% end %> <%= link_to 'Show', @map %> | <%= link_to 'Back', maps_path %>