Skip to content

Commit

Permalink
Bump suggested rename method in readme (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinxfleming authored and dblock committed Nov 1, 2016
1 parent 7760072 commit 21f48c8
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 @@ -405,7 +405,7 @@ Since October 2013 (mongoid-history version 0.4.1 and onwards), Mongoid::History
instructions above then run the following command:

```
MyHistoryTracker.all.each{|ht| ht.rename(:modifier_id, :created_by)
MyHistoryTracker.all.rename(modifier_id: :created_by)
```

**Setting Modifier Class Name**
Expand Down

0 comments on commit 21f48c8

Please sign in to comment.