GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Rails Plugin - soft-delete your ActiveRecord records with a deleted_at timestamp. This is a much more explicit version of ActsAsParanoid
Homepage: http://6brand.com
Clone URL: git://github.com/JackDanger/permanent_records.git
Andreas Haller (author)
Fri May 16 14:27:43 -0700 2008
commit  3cbb27ff947ba1f8e65dac2a77f6f34af32db818
tree    4e9f13f1bce99c67263350e8947671c6884309a2
parent  2aacafad73ff7641712f2b04404ebf399c87336c
permanent_records / init.rb
100644 3 lines (2 sloc) 0.079 kb
1
2
3
require 'permanent_records'
 
ActiveRecord::Base.send :include, PermanentRecords