ratyrate
ratyrate copied to clipboard
show the stars on index
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 method
average' 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
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