- Most Recent |
24 hours |
7 days |
30 days |
365 days |
github.com —
Temporarily delete records from AR models: This plugin provides the ability to soft delete ActiveRecord models. When models are destroyed, they will be archived into a special deleted table. They can later be restored easily.
Posted by
flood 7 months ago










Comments
I like the acts_as_state_machine plugin for this type of functionality, as I feel some things can have several delete states, but this appears to do a little more, and have a more specific purpose.
That's true. I'd also do it with state_machine.
Please login to comment.