HowFlow


http://github.com/ajh/acts_as_soft_deletable/tree/master
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.

Share it!   Posted by Avatar flood 7 months ago

Comments


Avatar written by ceaseoleo 7 months

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.

aroedl written by aroedl 7 months

That's true. I'd also do it with state_machine.

Please login to comment.