I’m wanting to see if people have a method of doing the following using
existing features or if I need to write an extension:
‘Draft’ pages don’t appear on the public site but ‘Published’ ones do.
Is
there a way to keep a page published but work on (and save) a draft of
changes? That is, if you’re making big changes to a page and want to
save
those changes, but aren’t ready to show the world yet, how do you handle
that?
I imagine it wouldn’t be hard to work up an extension that uses
acts_as_draftable on Page. Just wanted to make sure I wasn’t missing
something obvious.
Jason