Commit 6b93591a by John Hawthorn

Update readme with paranoia_destroyed?

parent f8a49db6
...@@ -139,7 +139,7 @@ Client.only_deleted ...@@ -139,7 +139,7 @@ Client.only_deleted
If you want to check if a record is soft-deleted: If you want to check if a record is soft-deleted:
``` ruby ``` ruby
client.destroyed? client.paranoia_destroyed?
# or # or
client.deleted? client.deleted?
``` ```
......
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