acts_as_revisionable icon indicating copy to clipboard operation
acts_as_revisionable copied to clipboard

Track restored version

Open michaelnatkin opened this issue 11 years ago • 0 comments

Super-helpful gem; works so nicely with associations it solved my problems right out of the box. I know you aren't actively developing it right now, but if you ever come back to it, a great addition would be to keep track of which revision is currently active, i.e. if I do:

my_model.restore_revision!(7)

then I could ask:

my_model.active_revision() # => 7

michaelnatkin avatar Apr 08 '13 23:04 michaelnatkin