Commit bfde2aac by Ryan Bigg

Mention alias to destroyed?

parent 641ff4a3
...@@ -140,6 +140,8 @@ If you want to check if a record is soft-deleted: ...@@ -140,6 +140,8 @@ If you want to check if a record is soft-deleted:
``` ruby ``` ruby
client.destroyed? client.destroyed?
# or
client.deleted?
``` ```
If you want to restore a record: If you want to restore a record:
......
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