Plugins - redpill_trashable
Add to favoritesredpill_trashable(or acts_as_trashable) is a plugin that adds "mac like" trash functionality.
It overrides the ActiveRecords :delete and :destroy methods and stores the deleted objects in a trashes table.
You can restore objects for your trash as well.
install
script/plugin install http://svn.redpill.se/rails_plugins/acts_as_trashable
