mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Change 'girlfriend' to 'partner'
This commit is contained in:
parent
5154089c18
commit
43fc9892ac
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ users(:david)
|
|||
users(:david).id
|
||||
|
||||
# one can also access methods available on the User class
|
||||
email(david.girlfriend.email, david.location_tonight)
|
||||
email(david.partner.email, david.location_tonight)
|
||||
```
|
||||
|
||||
### Rake Tasks for Running your Tests
|
||||
|
|
Loading…
Reference in a new issue