Skip to content

Commit

Permalink
Fix real_destroy! typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dsandstrom committed Feb 15, 2014
1 parent a5762de commit 73dad5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 73dad5a

Please sign in to comment.