Fixed issue with poll vote counts not showing
• Fixed: - issue with poll vote counts not showing by not including !hide_totals? in poll.rb
This commit is contained in:
@@ -91,6 +91,6 @@ class Poll < ApplicationRecord
|
||||
end
|
||||
|
||||
def show_totals_now?
|
||||
expired?
|
||||
expired? || !hide_totals?
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user