in my post index view i am calling this and this error occur
undefined method `singular_class_name’ for ActionController::RecordIdentifier:Module
Extracted source (around line #20):
17: <%= post.name %>
18: <%= post.description %>
19: <%#=debugger%>
20: <%= ratings_for post, :static, :small => true, :dimension => :speed %>
21: <%#= ratings_for post, :static, :small => true, :dimension => :beauty %>
22: <%#= ratings_for post, :static, :small => true, :dimension => :price %>
23: <%= link_to ‘Show’, post if can? :show ,post %>
I fixed it by place following in gem: gem ‘ajaxful_rating’, ‘3.0.0.beta6’
Try please….