Added a series of files so that elections can be created and edited and
[selectricity] / app / models / voter.rb
diff --git a/app/models/voter.rb b/app/models/voter.rb
new file mode 100644 (file)
index 0000000..a63ec67
--- /dev/null
@@ -0,0 +1,3 @@
+class Voter < ActiveRecord::Base
+  belongs_to :election
+end

Benjamin Mako Hill || Want to submit a patch?