everybody can vote for now

This commit is contained in:
rgarcia
2016-11-16 19:42:05 +01:00
parent b104859da3
commit 348a6dc970

View File

@@ -49,7 +49,8 @@ class Poll::Question < ActiveRecord::Base
end
def answerable_by?(user)
poll.answerable_by?(user) && (self.all_geozones || self.geozone_ids.include?(user.geozone_id))
true
#poll.answerable_by?(user) && (self.all_geozones || self.geozone_ids.include?(user.geozone_id))
end
def self.answerable_by(user)