X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/04f827dd4647f3a7d6e5bd8f5e9083c730a8dccc..905cf65f6b3e8acc894c268c3bf729e7b0c76292:/app/models/voter.rb diff --git a/app/models/voter.rb b/app/models/voter.rb index 44efee6..f229909 100644 --- a/app/models/voter.rb +++ b/app/models/voter.rb @@ -7,7 +7,9 @@ class Voter < ActiveRecord::Base super end + def voted? + vote.confirmed == 1 + end end -