提交 8692722d 编写于 作者: S Stefan Wrobel

Clarify fixtures examples [ci skip]

上级 3af29811
......@@ -495,7 +495,8 @@ users(:david)
users(:david).id
# one can also access methods available on the User class
email(david.partner.email, david.location_tonight)
david = users(:david)
david.call(david.partner)
```
To get multiple fixtures at once, you can pass in a list of fixture names. For example:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册