ratyrate icon indicating copy to clipboard operation
ratyrate copied to clipboard

show the stars on index

Open wazery opened this issue 10 years ago • 1 comments

Issue by ph3s Monday Mar 11, 2013 at 18:05 GMT Originally opened as https://github.com/muratguzel/letsrate/issues/21


Hi thank you for a great gem. A question please. How do I display stars on the index page of model? It trows an error undefined methodaverage' for nil:NilClass`

It's OK on the show page tho

Also a small bag during the installation it generates two migration files with the same name, rails is refusing to migrate, I had to manually rename one of the files

wazery avatar Jul 30 '14 04:07 wazery

if you use in index.html.erb syntax like <% @hotels.each do |hotel| %> ...

then rating helper must be <%= rating_for hotel, "hotel_user_rate" %>

it works for me

oladan avatar Nov 21 '14 14:11 oladan