Remove deprecated start_form_tag and end_form_tags. Now you're supposed to do form_ta...
[selectricity] / app / views / election / edit.rhtml
1 <h1><strong><%= @election.name %>:</strong> Edit Overview</h1>
2
3 <% form_tag(:action => 'update', :id => @election) do %>
4   <%= render :partial => 'overview_form' %>
5   <%= submit_tag 'Done!' %>
6 <% end %>

Benjamin Mako Hill || Want to submit a patch?