muratguzel / letsrate

The best way to add rating capabilities to your rails application and your activerecord models.
http://letsrate.herokuapp.com
198 stars 234 forks source link

rate_for_user with dimension give zero length bar #44

Open arthurccube opened 10 years ago

arthurccube commented 10 years ago

I use the rate_for_user for dimension like below

" rating_for_user ratable, user, r"

it works if user already given rates to the dimension.

But it just display an zero length bar for dimension i haven't rated.

Thanks!