Added initial support fo QuickVotes. There is support for the creation
author<mako@atdot.cc> <>
Wed, 11 Oct 2006 05:34:23 +0000 (01:34 -0400)
committer<mako@atdot.cc> <>
Wed, 11 Oct 2006 05:34:23 +0000 (01:34 -0400)
commitd207da8dfc3f315f7758d1f5307c700ce4c25156
treeef67162816eec714a84081815ce33c915da7c100
parentfd484b33a3920e0031007c5c2f1dec61913cbab5
Added initial support fo QuickVotes. There is support for the creation
of quickvotes in the database. There is not yet support for voting in
quickvotes.
app/controllers/election_controller.rb
app/controllers/site_controller.rb
app/models/candidate.rb
app/models/quick_vote.rb [new file with mode: 0644]
app/views/layouts/vb.rhtml
app/views/site/create_quickvote.rhtml [new file with mode: 0644]
app/views/site/index.rhtml
app/views/site/success_quickvote.rhtml [new file with mode: 0644]
db/migrate/001_create_quick_votes.rb [new file with mode: 0644]
test/fixtures/quick_votes.yml [new file with mode: 0644]
test/unit/quick_vote_test.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?