Update README as per #464 [ci skip]

This commit is contained in:
Ben Atkins 2015-01-16 13:22:12 -05:00
parent b600439d53
commit 122c2d6893
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ Widget.paper_trail_on!
# Check whether PaperTrail is enabled for all widgets.
Widget.paper_trail_enabled_for_model?
widget.paper_trail_enabled_for_model?
widget.paper_trail_enabled_for_model? # only available on instances of versioned models
```
And a `PaperTrail::Version` instance has these methods: