Skip to content

Commit 12ae2e2

Browse files
authored
Merge pull request rails#46581 from cjilbert504/patch-2
Update migration generator timestamp behavior
2 parents 9413cbe + baa9b5f commit 12ae2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_record_migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class AddPartNumberToProducts < ActiveRecord::Migration[7.1]
134134
end
135135
```
136136

137-
This generator can do much more than append a timestamp to the file name.
137+
This generator can do much more than prepend a timestamp to the file name.
138138
Based on naming conventions and additional (optional) arguments it can
139139
also start fleshing out the migration.
140140

0 commit comments

Comments
 (0)