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
Search Repo:
permanent_records / init.rb
100644 3 lines (2 sloc) 0.079 kb
1
2
3
require 'permanent_records'
 
ActiveRecord::Base.send :include, PermanentRecords