mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #16600 from bradly/spelling-fix-in-testing-guide
[ci skip] Fixing spelling typo in testing guide.
This commit is contained in:
commit
2e355fe0c7
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ one:
|
|||
Note: For associations to reference one another by name, you cannot specify the `id:`
|
||||
attribute on the fixtures. Rails will auto assign a primary key to be consistent between
|
||||
runs. If you manually specify an `id:` attribute, this behavior will not work. For more
|
||||
information on this assocation behavior please read the
|
||||
information on this association behavior please read the
|
||||
[fixture api documentation](http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html).
|
||||
|
||||
#### ERB'in It Up
|
||||
|
|
Loading…
Reference in a new issue