Commit d446da46 by John Hawthorn Committed by GitHub

Merge pull request #433 from jhawthorn/notice

Add a very soft deprecation notice
parents 021551fc d721f52c
**Notice:**
`paranoia` has some surprising behaviour (like overriding ActiveRecord's `delete` and `destroy`) and is not recommended for new projects. See [`discard`'s README](https://github.com/jhawthorn/discard#why-not-paranoia-or-acts_as_paranoid) for more details.
Paranoia will continue to accept bug fixes and support new versions of Rails but isn't accepting new features.
# Paranoia
Paranoia is a re-implementation of [acts\_as\_paranoid](http://github.com/ActsAsParanoid/acts_as_paranoid) for Rails 3/4/5, using much, much, much less code.
......
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