ratyrate
ratyrate copied to clipboard
Display number of ratings
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?
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"
Do you know how I could update the counter without refreshing the page?