Commit 73dad5aa by dsandstrom

Fix `real_destroy!` typo in readme

parent a5762de0
......@@ -79,7 +79,7 @@ If you really want it gone *gone*, call `really_destroy!`
```
>> client.deleted_at => nil
>> client.real_destroy! => client
>> client.really_destroy! => client
```
If you want a method to be called on destroy, simply provide a `before_destroy` callback:
......
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