Displaying 1 result from an estimated 1 matches for "08692c87".
Did you mean:
01691c87
2006 Feb 27
2
Multiple Undo History
I need to implement multiple undo functionality into a Rails app (my
first one). Essentially, every .update and .save needs to record the
previous data set and save them in a history table along with some
identifying stamps, so each db action can be rolled back at any time.
From what i can tell, i could implement this manually using
observers perhaps; but this is Rails, so i wonder if