Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / app / models / raw_voter_list.rb
old mode 100644 (file)
new mode 100755 (executable)
index 2f7cb28..71b200f
@@ -6,7 +6,7 @@ class RawVoterList
   include Enumerable
 
   def initialize(params={})
-    @email = params[:email] || 1
+    @email = params[:email].to_i || 1
     @input_addresses = params[:input_addresses] || String.new
   end
 

Benjamin Mako Hill || Want to submit a patch?