Readme.md in soft_deletion-0.1.4 vs Readme.md in soft_deletion-0.1.5
- old
+ new
@@ -36,18 +36,25 @@
# soft undelete them all
user.soft_undelete!
user.products.count == 10
+ # soft delete many
+ User.soft_delete_all!(1,2,3,4)
+
TODO
====
- Rails 3 from with inspiration from https://github.com/JackDanger/permanent_records/blob/master/lib/permanent_records.rb
- maybe stuff from https://github.com/smoku/soft_delete
+Authors
+=======
-Author
-======
+### [Contributors](https://github.com/grosser/soft_deletion/contributors)
+ - [Michel Pigassou](https://github.com/Dagnan)
+ - [Steven Davidovitz](https://github.com/steved555)
+
[Zendesk](http://zendesk.com)<br/>
michael@grosser.it<br/>
License: MIT<br/>
[![Build Status](https://secure.travis-ci.org/grosser/soft_deletion.png)](http://travis-ci.org/grosser/soft_deletion)