Renamed "elections" controller to "election."
author<mako@atdot.cc> <>
Wed, 16 Aug 2006 19:36:30 +0000 (15:36 -0400)
committer<mako@atdot.cc> <>
Wed, 16 Aug 2006 19:36:30 +0000 (15:36 -0400)
commitc933ff40da110253bc4c474d9c79c3a4ed98721d
treef09604dca53f5ffa9b3df3d830185aa96cdddf3a
parentdc7d60a0de460c72d292b43616eb97a8b34741c8
Renamed "elections" controller to "election."
22 files changed:
app/controllers/election_controller.rb [moved from app/controllers/elections_controller.rb with 98% similarity]
app/helpers/election_helper.rb [new file with mode: 0644]
app/helpers/elections_helper.rb [deleted file]
app/views/election/_candidate_line.rhtml [moved from app/views/elections/_candidate_line.rhtml with 100% similarity]
app/views/election/_candidate_list.rhtml [moved from app/views/elections/_candidate_list.rhtml with 100% similarity]
app/views/election/_candidates_form.rhtml [moved from app/views/elections/_candidates_form.rhtml with 100% similarity]
app/views/election/_overview_form.rhtml [moved from app/views/elections/_overview_form.rhtml with 100% similarity]
app/views/election/_voter_list.rhtml [moved from app/views/elections/_voter_list.rhtml with 100% similarity]
app/views/election/_voters_form.rhtml [moved from app/views/elections/_voters_form.rhtml with 100% similarity]
app/views/election/_winner.rhtml [moved from app/views/elections/_winner.rhtml with 100% similarity]
app/views/election/_winner_details.rhtml [moved from app/views/elections/_winner_details.rhtml with 100% similarity]
app/views/election/detailed_results.rhtml [moved from app/views/elections/detailed_results.rhtml with 100% similarity]
app/views/election/edit.rhtml [moved from app/views/elections/edit.rhtml with 100% similarity]
app/views/election/edit_candidates.rhtml [moved from app/views/elections/edit_candidates.rhtml with 100% similarity]
app/views/election/edit_voters.rhtml [moved from app/views/elections/edit_voters.rhtml with 100% similarity]
app/views/election/list.rhtml [moved from app/views/elections/list.rhtml with 100% similarity]
app/views/election/new.rhtml [moved from app/views/elections/new.rhtml with 100% similarity]
app/views/election/new_candidates.rhtml [moved from app/views/elections/new_candidates.rhtml with 100% similarity]
app/views/election/new_voters.rhtml [moved from app/views/elections/new_voters.rhtml with 100% similarity]
app/views/election/show.rhtml [moved from app/views/elections/show.rhtml with 100% similarity]
app/views/layouts/election.rhtml [moved from app/views/layouts/elections.rhtml with 100% similarity]
test/functional/election_controller_test.rb [moved from test/functional/elections_controller_test.rb with 100% similarity]

Benjamin Mako Hill || Want to submit a patch?