public
Description: ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
Clone URL: git://github.com/technoweenie/acts_as_paranoid.git
name age message
..
file database.yml Sun Nov 06 10:03:02 -0800 2005 fixed for rails 1.0 rc4 with_scope method [technoweenie]
directory fixtures/ Mon Apr 14 02:04:17 -0700 2008 Added HasManyThroughWithoutDeletedAssociation s... [georg]
file paranoid_test.rb Fri Aug 29 23:25:15 -0700 2008 Add ParanoidFindWrapper [oboxodo]
file schema.rb Mon Apr 14 02:04:17 -0700 2008 Added HasManyThroughWithoutDeletedAssociation s... [georg]
file test_helper.rb Tue Jan 01 15:05:07 -0800 2008 add #deleted? to check if a record is deleted o... [technoweenie]