aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 4a44fd33fd..33d94e29bc 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -3,7 +3,7 @@
* The migration generator now creates a join table with (commented) indexes every time
the migration name contains the word `join_table`:
- rails g migration create_join_table_for_artists_and_musics artists:index musics
+ rails g migration create_join_table_for_artists_and_musics artist_id:index music_id
*Aleksey Magusev*