Closed pwgustafson closed 12 years ago
You can find the instructions in the README file, in the Use it section, here's the link:
Yeah, I saw that...
I was curios what other helpers are available...If I wanna get the scores/ratings of article in other places besides the actual ratings area...
I see that I can do:
@article.rates(:data_presentation)
Is there a way to get the ratings for all dimensions?
Oh I get it. Well, no, you'll need to call that method for each dimension. Or call it without arguments to have an average of all dimensions.
I can't seem to find how to user any of the helpers (if there are any)
I have an article model that is rateable on multiple dimensions, I would like to be able to get the global rating of a specific dimension, and across all dimensions...
Is this possible?
Thanks!