Displaying 1 result from an estimated 1 matches for "acts_as_draftable".
2006 Jul 11
2
acts_as_versionable and prospective versions
Anyone out there really familiar with acts_as_versionable ?
I''ve recently got it working, and I think it''s working great.
But what I want to do is a little different than what it does by
default.
Currently, each time I save the activerecord, the plugin increments
the version number in the main table, and writes a copy to the table
that stores old versions.
What