]> projects.mako.cc - selectricity-live/commit
Added support for voting in QuickVotes.
author<mako@atdot.cc> <>
Wed, 11 Oct 2006 19:48:31 +0000 (15:48 -0400)
committer<mako@atdot.cc> <>
Wed, 11 Oct 2006 19:48:31 +0000 (15:48 -0400)
commit75091532075247ae9c47164ea883f4fe803eddf4
tree3a2e7a852e6b297d2b8866c129b7232f1fd1094c
parentd207da8dfc3f315f7758d1f5307c700ce4c25156
Added support for voting in QuickVotes.
21 files changed:
app/controllers/voter_controller.rb
app/models/election.rb
app/models/full_voter.rb [new file with mode: 0644]
app/models/quick_vote.rb
app/models/quick_voter.rb [new file with mode: 0644]
app/models/vote.rb
app/models/voter.rb
app/views/site/index.rhtml
app/views/site/success_quickvote.rhtml
app/views/voter/_vote.rhtml [new file with mode: 0644]
app/views/voter/full_vote.rhtml [new file with mode: 0644]
app/views/voter/quickvote.rhtml [new file with mode: 0644]
app/views/voter/vote.rhtml [deleted file]
config/routes.rb
db/create.sql
db/migrate/002_create_full_voters.rb [new file with mode: 0644]
db/migrate/003_create_quick_voters.rb [new file with mode: 0644]
test/fixtures/full_voters.yml [new file with mode: 0644]
test/fixtures/quick_voters.yml [new file with mode: 0644]
test/unit/full_voter_test.rb [new file with mode: 0644]
test/unit/quick_voter_test.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?