-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Need to add Pundit
for permission to the below actions of comment:
- Edit
- Update
- Delete
in such a way that, a user can only apply the above actions to the comments created by that user.
Relevant Links:
Pundit
official documentation- Example implementation