elight / acts_as_commentable_with_threading

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

Do not set default values for ID columns #78

Closed chrisb closed 10 years ago

chrisb commented 10 years ago

This fixes an issue when specifying the touch option on the belongs_to association for comments.

See Rails issue #15826 for more information.

eriknomitch commented 10 years ago

+1