From e90a16f1c8f88aff1ce615b89bb23d61a2e90fc0 Mon Sep 17 00:00:00 2001 From: rick Date: Tue, 24 Mar 2009 09:58:10 -0700 Subject: [PATCH] update readme --- README | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/README b/README index 0a6f4a07..4ecbb2c6 100644 --- a/README +++ b/README @@ -1,26 +1,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. +Overrides some basic methods for the current model so that calling #destroy sets a 'deleted_at' field to the current timestamp. ActiveRecord is required. -== Resources - -Install - -* gem install acts_as_paranoid - -Rubyforge project - -* http://rubyforge.org/projects/ar-paranoid - -RDocs - -* http://ar-paranoid.rubyforge.org - -Subversion - -* http://techno-weenie.net/svn/projects/acts_as_paranoid - -Collaboa - -* http://collaboa.techno-weenie.net/repository/browse/acts_as_paranoid \ No newline at end of file +http://github.com/technoweenie/acts_as_paranoid \ No newline at end of file