fix syntax example in README

This commit is contained in:
Samuel Tonini 2013-08-28 08:45:14 +02:00
parent fdf85343a8
commit 789b3a2691
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ PaperTrail stores the pre-change version of the model, unlike some other auditin
>> widget.versions # []
>> widget.update_attributes :name => 'Wotsit'
>> widget.last.reify.name # 'Doobly'
>> widget.versions.last.reify.name # 'Doobly'
>> widget.versions.last.event # 'update'
```