Tagged Questions

0
votes
1answer
61 views

Moderation plugin for Rails

I have a wiki site that allows users to add and update contents on my site. I am currently using paper trail for moderation, which allows me to undo updated/created posts by user. However, I am dead ...
0
votes
3answers
193 views

moderated posts - versioned table

I'm creating CMS where created and updated posts have to be moderated. Ie. user Bill updates post - new content is stored somewhere in database. Unless cms-admin accepts Bill's post visitors should ...