technoweenie / acts_as_paranoid
- Source
- Commits
- Network (39)
- Issues (5)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Thu Apr 16 08:16:22 -0700 2009 | |
| |
MIT-LICENSE | Sat Sep 17 15:57:36 -0700 2005 | |
| |
README | Tue Mar 24 09:58:10 -0700 2009 | |
| |
RUNNING_UNIT_TESTS | Tue Mar 24 09:58:07 -0700 2009 | |
| |
Rakefile | Tue Dec 20 20:01:13 -0800 2005 | |
| |
init.rb | Fri Aug 29 23:25:15 -0700 2008 | |
| |
lib/ | Thu Apr 16 08:16:22 -0700 2009 | |
| |
test/ | Tue Mar 24 09:58:07 -0700 2009 |
README
= 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

