mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Changed 'blank space' to 'blank line'
Line 85 stated that fixtures are typically separated by a blank space. I changed the wording to blank line because blank space could be misinterpreted as a non-breaking space character when in reality, each fixture record (in YAML) is separated by a blank line.
This commit is contained in:
parent
761b5541b6
commit
3f0b7b41e1
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ steve:
|
|||
profession: guy with keyboard
|
||||
```
|
||||
|
||||
Each fixture is given a name followed by an indented list of colon-separated key/value pairs. Records are typically separated by a blank space. You can place comments in a fixture file by using the # character in the first column.
|
||||
Each fixture is given a name followed by an indented list of colon-separated key/value pairs. Records are typically separated by a blank line. You can place comments in a fixture file by using the # character in the first column.
|
||||
|
||||
If you are working with [associations](/association_basics.html), you can simply
|
||||
define a reference node between two different fixtures. Here's an example with
|
||||
|
|
Loading…
Reference in a new issue