Remove deprecated start_form_tag and end_form_tags. Now you're supposed to do form_ta...
authorJohn Dong <jdong@mit.edu>
Mon, 20 Aug 2007 18:58:30 +0000 (14:58 -0400)
committerJohn Dong <jdong@mit.edu>
Mon, 20 Aug 2007 18:58:30 +0000 (14:58 -0400)
commitf7761282a6a0744caadfa6ddfb44f09d68c9f928
tree92c0e3bc6ecd3fcc3a523f218533714d2e37c7d0
parentaca2ebb98aeae4744e3c50f9fca7e08a1dd784a2
Remove deprecated start_form_tag and end_form_tags. Now you're supposed to do form_tag() do / end blocks.
app/views/election/edit.rhtml
app/views/election/edit_candidate.rhtml
app/views/election/edit_candidates.rhtml
app/views/election/edit_voters.rhtml
app/views/election/new.rhtml
app/views/election/new_voters.rhtml
app/views/quickvote/_candidate_list.rhtml
app/views/quickvote/create.rhtml
app/views/user/login.rhtml
app/views/voter/_vote.rhtml
app/views/voter/index.rhtml

Benjamin Mako Hill || Want to submit a patch?