public
Description: ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
Homepage:
Clone URL: git://github.com/technoweenie/acts_as_paranoid.git
acts_as_paranoid / README
100644 5 lines (3 sloc) 0.223 kb
1
2
3
4
5
= acts_as_paranoid
 
Overrides some basic methods for the current model so that calling #destroy sets a 'deleted_at' field to the current timestamp. ActiveRecord is required.
 
http://github.com/technoweenie/acts_as_paranoid