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

public
Description: Rails plugin that provides the ability to soft delete models
Clone URL: git://github.com/ajh/acts_as_soft_deletable.git
ajh (author)
Thu Jun 26 11:54:06 -0700 2008
commit  bcf7bdbc4103a892ec5bac9f22ee0c4eb85ffae2
tree    d7316cb51ef42c1d6483c9cf5f6c81bf302eb7af
parent  88141cacdcb6895a9811a5e6cff150afa0b47cb5
100644 3 lines (2 sloc) 0.147 kb
1
2
3
require File.join(File.dirname(__FILE__), 'lib', 'acts_as_soft_deletable')
require File.join(File.dirname(__FILE__), 'lib', 'unit_test_helper.rb')