From 2053e1f8da5d214213e060d5ee27ccfd1509d40f Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Fri, 27 Jun 2014 16:17:52 +0200 Subject: [PATCH] credit Matthew Higgins for the integration of foreign keys. [ci skip] --- activerecord/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 9a9c0367e1..ccd7629373 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -2,6 +2,9 @@ a part of `schema.rb`. This is supported by Mysql2Adapter, MysqlAdapter and PostgreSQLAdapter. + Many thanks to *Matthew Higgins* for laying the foundation with his work on + [foreigner](https://github.com/matthuhiggins/foreigner). + Example: # within your migrations: