mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #12076 from dabit/master
Fix broken link to Fixtures documentation on guides and activerecord tests [ci skip]
This commit is contained in:
commit
1f57a1503d
3 changed files with 3 additions and 3 deletions
2
activerecord/test/fixtures/tasks.yml
vendored
2
activerecord/test/fixtures/tasks.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
first_task:
|
||||
id: 1
|
||||
starting: 2005-03-30t06:30:00.00+01:00
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
commenter: MyString
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
title: MyString
|
||||
|
|
Loading…
Reference in a new issue