jackdempsey / acts_as_commentable

The ActiveRecord acts_as_commentable plugin
http://juixe.com/svn/acts_as_commentable/
MIT License
834 stars 178 forks source link

Best way for ratings support #38

Closed clevertechru closed 10 years ago

clevertechru commented 10 years ago

Hi. Please, say me best way a support ratings for acts_as_commentable

_acts_ascommentable and acts-as-rated or _acts_asvotable or activerecord-reputation-system? ))

jackdempsey commented 10 years ago

I haven't tried it in years, but the last mention of this type of support is in the code:

lib/generators/comment/templates/comment.rb: #acts_as_voteable

I'd give that a go and if it's not up to date, any pull requests to that purpose will likely get merged.