Commit 46cfbd30 by Ryan Bigg

It's :recursive, not :restore

parent 0d42db12
......@@ -150,7 +150,7 @@ Client.restore([id1, id2, ..., idN])
If you want to restore a record and their dependently destroyed associated records:
```ruby
Client.restore(id, :restore => true)
Client.restore(id, :recursive => true)
```
If you want callbacks to trigger before a restore:
......
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