Skip to content

Commit

Permalink
Merge pull request rubysherpas#115 from dsandstrom/rails4
Browse files Browse the repository at this point in the history
Fix `real_destroy!` typo in readme
  • Loading branch information
radar committed Feb 17, 2014
2 parents e547697 + 73dad5a commit 96a02dd
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 @@ -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:
Expand Down

0 comments on commit 96a02dd

Please sign in to comment.