Skip to content

Commit

Permalink
Update readme with paranoia_destroyed?
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Jan 22, 2015
1 parent f8a49db commit 6b93591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -139,7 +139,7 @@ Client.only_deleted
If you want to check if a record is soft-deleted:

``` ruby
client.destroyed?
client.paranoia_destroyed?
# or
client.deleted?
```
Expand Down

0 comments on commit 6b93591

Please sign in to comment.