You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
I'd like to include the total number of votes/responses in the table on the polls page. I'm not sure of the best way to get this value. It's certainly possible to compute by iterating over the poll_choices, perhaps one of you can point out a succinct way of writing that in Ruby.
The text was updated successfully, but these errors were encountered:
I'd like to include the total number of votes/responses in the table on the polls page. I'm not sure of the best way to get this value. It's certainly possible to compute by iterating over the poll_choices, perhaps one of you can point out a succinct way of writing that in Ruby.
The text was updated successfully, but these errors were encountered: