X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/8f23a174c70223831055e1498b50c3ba260858fe..d06c024c7dddeca27c658b668ed313f3f107d2e6:/app/models/voter.rb diff --git a/app/models/voter.rb b/app/models/voter.rb index 012c795..3a268f7 100644 --- a/app/models/voter.rb +++ b/app/models/voter.rb @@ -1,3 +1,10 @@ +# Selectricity: Voting Machinery for the Masses +# Copyright (C) 2007, 2008 Benjamin Mako Hill +# Copyright (C) 2007 Massachusetts Institute of Technology +# +# This program is free software. Please see the COPYING file for +# details. + class Voter < ActiveRecord::Base belongs_to :election has_one :vote