1 # Selectricity: Voting Machinery for the Masses
2 # Copyright (C) 2007, 2008 Benjamin Mako Hill <mako@atdot.cc>
3 # Copyright (C) 2007 Massachusetts Institute of Technology
5 # This program is free software. Please see the COPYING file for
8 class Candidate < ActiveRecord::Base
11 validates_presence_of :name
13 # validate uniqueness of a name *within a given election*
16 self.name <=> other.name