Commit 648c7644 by Ryan Bigg

Merge pull request #237 from sublimecoder/add-gorails-video-documentation

add GoRails video to readme documentation
parents 3a3a0992 759a7417
......@@ -8,6 +8,10 @@ If you wish to actually destroy an object you may call `really_destroy!`. **WARN
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.
## Getting Started Video
Setup and basic usage of the paranoia gem
[GoRails #41](https://gorails.com/episodes/soft-delete-with-paranoia)
## 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