acts_as_commentable_with_threading icon indicating copy to clipboard operation
acts_as_commentable_with_threading copied to clipboard

Change User association on Comment model

Open luaybs opened this issue 10 years ago • 1 comments

This PR will allow multiple user types to comment (Admins, Users, etc.) on a commentable object.

I changed the user association on the comment model to a polymorphic commenter. I updated the migrations and comment model templates for both the fresh install and upgrading from the acts_as_commentable gem.

luaybs avatar Apr 05 '14 09:04 luaybs

I fixed the merge conflicts with your master branch. :)

luaybs avatar Mar 26 '16 16:03 luaybs