fix typo [ci skip]

This commit is contained in:
Jon Leighton 2012-05-18 16:39:37 +01:00
parent 103ce300ec
commit 1ae68ea35f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
* `find_or_initialize_by_...` can be rewritten using
`where(...).first_or_initialize`
* `find_or_create_by_...` can be rewritten using
`where(...).first_or_create!`
`where(...).first_or_create`
* `find_or_create_by_...!` can be rewritten using
`where(...).first_or_create!`