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
JackDanger (author)
Fri Jul 04 21:24:27 -0700 2008
commit  fee38cee259e8ccd2def013a8e430ac3d223ae6a
tree    0260e48f226843457b513ed2eb040a8372de28ff
parent  3cbb27ff947ba1f8e65dac2a77f6f34af32db818
permanent_records / init.rb
100644 3 lines (2 sloc) 0.079 kb
1
2
3
require 'permanent_records'
 
ActiveRecord::Base.send :include, PermanentRecords