public
Description: Mark objects as destroyed instead of deleting them from the database for Ruby on Rails ActiveRecord
Homepage:
Clone URL: git://github.com/ryanlowe/acts_as_indestructible.git
acts_as_indestructible / .gitignore
100644 7 lines (7 sloc) 0.064 kb
1
2
3
4
5
6
7
TIMELOG
*.log
.DS_Store
tmp/**/*
db/*.sqlite3
db/schema.rb
*.gem