Change 'girlfriend' to 'partner'

This commit is contained in:
Sean Collins 2015-03-20 15:24:54 -04:00
parent 5154089c18
commit 43fc9892ac

@ -138,7 +138,7 @@ users(:david)
users(:david).id users(:david).id
# one can also access methods available on the User class # 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 ### Rake Tasks for Running your Tests