Implement delete and undo_delete requests.
To be able to query the deleted comments, the Comments#showDeleted method can be called to define whether deleted comments should be included to the query. This is implemented through having two views in the database: full_comments and full_visible_comments.
Loading
Please register or sign in to comment