WeVote ====== WeVote is a voting delegation system to be used as a engine inside another rails application. It was developed specifically for WeDecide but could be used for any other application Installation ============ From the root of your rails ( >= 3) application run: rails plugin install git://github.com/bastien/we-vote.git #will install the plugin under vendor rake we_vote:sync #will copy the migration files rake db:migrate #will generate the tables Example ======= VotesDelegator.new(proposal_id).start Copyright (c) 2010 Bastien Vaucher, released under the MIT license