We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a63fa5 + fda25b8 commit 861cf9dCopy full SHA for 861cf9d
guides/source/active_storage_overview.md
@@ -1516,15 +1516,15 @@ test.
1516
Next, create fixture files for the Active Storage classes:
1517
1518
```yml
1519
-# active_storage/attachments.yml
+# test/fixtures/active_storage/attachments.yml
1520
david_avatar:
1521
name: avatar
1522
record: david (User)
1523
blob: david_avatar_blob
1524
```
1525
1526
1527
-# active_storage/blobs.yml
+# test/fixtures/active_storage/blobs.yml
1528
david_avatar_blob: <%= ActiveStorage::FixtureSet.blob filename: "david.png", service_name: "test_fixtures" %>
1529
1530
0 commit comments