elight / acts_as_commentable_with_threading

Similar to acts_as_commentable; however, utilizes awesome_nested_set to provide threaded comments
MIT License
671 stars 168 forks source link

Documentation editing error (acts_as_votable) #40

Closed sowbug closed 11 years ago

sowbug commented 11 years ago

README says:

If you plan to use the acts_as_votable plugin with your comment system be sure to uncomment two things:

In lib/comment.rb uncomment the line acts_as_votable.

WHAT'S THE SECOND THING??!!!!!11

elight commented 11 years ago

Ohai, Mike!

They let you use Ruby at Google? ;-)

On Saturday, February 23, 2013 at 11:54 AM, Mike Tsao wrote:

README says:

If you plan to use the acts_as_votable plugin with your comment system be sure to uncomment two things: In lib/comment.rb uncomment the line acts_as_votable.

WHAT'S THE SECOND THING??!!!!!11

— Reply to this email directly or view it on GitHub (https://github.com/elight/acts_as_commentable_with_threading/issues/40).

john commented 10 years ago

Do you mean app/models/comment.rb (rather than lib/comment.rb)?