From f5d6aaa31bc86e01209af767d6a3c7b5617e6911 Mon Sep 17 00:00:00 2001 From: Jordon Dornbos Date: Mon, 29 Jun 2015 16:54:57 -0700 Subject: fix pluralization in doc [ci skip] --- guides/source/active_record_migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/active_record_migrations.md b/guides/source/active_record_migrations.md index 0b84001ca5..ce605c912e 100644 --- a/guides/source/active_record_migrations.md +++ b/guides/source/active_record_migrations.md @@ -477,7 +477,7 @@ column names can not be derived from the table names, you can use the `:column` and `:primary_key` options. Rails will generate a name for every foreign key starting with -`fk_rails_` followed by 10 character which is deterministically +`fk_rails_` followed by 10 characters which are deterministically generated from the `from_table` and `column`. There is a `:name` option to specify a different name if needed. -- cgit v1.2.3