You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, acts_as_commentable assumes a single (user) model. I would like to make the user association polymorphic, so that, for example, I can have user or admin model add comments. This may also induce adding an acts_as_commenter, which would reside in the commenter models (like User or Admin).
The text was updated successfully, but these errors were encountered:
Currently, acts_as_commentable assumes a single (user) model. I would like to make the user association polymorphic, so that, for example, I can have user or admin model add comments. This may also induce adding an acts_as_commenter, which would reside in the commenter models (like User or Admin).
The text was updated successfully, but these errors were encountered: