Commit 96a02dd0 by Ryan Bigg

Merge pull request #115 from dsandstrom/rails4

Fix `real_destroy!` typo in readme
parents e5476973 73dad5aa
......@@ -80,7 +80,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