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.
1 parent e1a09e6 commit fda25b8Copy full SHA for fda25b8
guides/source/active_storage_overview.md
@@ -1322,15 +1322,15 @@ test.
1322
Next, create fixture files for the Active Storage classes:
1323
1324
```yml
1325
-# active_storage/attachments.yml
+# test/fixtures/active_storage/attachments.yml
1326
david_avatar:
1327
name: avatar
1328
record: david (User)
1329
blob: david_avatar_blob
1330
```
1331
1332
1333
-# active_storage/blobs.yml
+# test/fixtures/active_storage/blobs.yml
1334
david_avatar_blob: <%= ActiveStorage::FixtureSet.blob filename: "david.png", service_name: "test_fixtures" %>
1335
1336
0 commit comments