X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/936d687077455711e0c5031f0244cc873f225658..5a8b533b5abec8dc24674e4ef084b0b9779da8af:/app/models/voter.rb diff --git a/app/models/voter.rb b/app/models/voter.rb new file mode 100644 index 0000000..a63ec67 --- /dev/null +++ b/app/models/voter.rb @@ -0,0 +1,3 @@ +class Voter < ActiveRecord::Base + belongs_to :election +end