Commit 4bd1fc79 by David Piegza Committed by Ryan Bigg

Update README

parent 96a02dd0
......@@ -6,6 +6,8 @@ You would use either plugin / gem if you wished that when you called `destroy` o
If you wish to actually destroy an object you may call `really_destroy!`.
If a record has `has_many` associations defined AND those associations have `dependent: :destroy` set on them, then they will also be soft-deleted if ``acts_as_paranoid`` is set, otherwise the normal destroy will be called.
## Installation & Usage
For Rails 3, please use version 1 of Paranoia:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment