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
permanent_records / test / mole.rb
100644 4 lines (3 sloc) 0.055 kb
1
2
3
4
class Mole < ActiveRecord::Base
  belongs_to :hole
end