ratyrate icon indicating copy to clipboard operation
ratyrate copied to clipboard

Display number of ratings

Open wazery opened this issue 10 years ago • 2 comments

Issue by morganjlopes Sunday Apr 28, 2013 at 03:50 GMT Originally opened as https://github.com/muratguzel/letsrate/issues/29


It would be great to be able to see how many users submitted a rating. How might you propose someone handle that?

wazery avatar Jul 30 '14 04:07 wazery

Hi,

you can display information about how many users submitted a rating for @game object in following way:

<%= @game.rates("rating").count %>

where "rating" is defined dimension in Game model by:

ratyrate_rateable "rating"

wlodi83 avatar Jan 13 '15 22:01 wlodi83

Do you know how I could update the counter without refreshing the page?

jakeprins avatar Jun 24 '16 14:06 jakeprins