Hi all,
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 see post content before Bill's update. When cms-admin accepts new post content visitors see fresh version.
I think about using acts_as_versioned or acts_as_revisible but neither do exactly what I want. Do you have any experience with that topic?
ML