Skip to content

Commit ba7204e

Browse files
authored
Merge pull request rails#49812 from pradyumna2905/patch-1
[skip ci] Fix minor typo in ActiveStorage::FixtureSet example
2 parents 151f765 + 0dfcf2f commit ba7204e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/lib/active_storage/fixture_set.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class FixtureSet
4848
#
4949
# === Examples
5050
#
51-
# # tests/fixtures/action_text/blobs.yml
51+
# # tests/fixtures/active_storage/blobs.yml
5252
# second_thumbnail_blob: <%= ActiveStorage::FixtureSet.blob(
5353
# filename: "second.svg",
5454
# ) %>

0 commit comments

Comments
 (0)