From 24705014b845cc0202a1fd8866e9981af742453f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 19 Jul 2012 09:05:54 +0300 Subject: Use attributes instead of table names in migration example --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') 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* -- cgit v1.2.3