aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-06-27 16:17:52 +0200
committerYves Senn <yves.senn@gmail.com>2014-06-27 16:17:52 +0200
commit2053e1f8da5d214213e060d5ee27ccfd1509d40f (patch)
tree0dffb014ce1089cd30e895523d1b5d9dc5fe05ff
parent7a07b2217ad73bbe99234840ea721dae9ecb0d9a (diff)
downloadrails-2053e1f8da5d214213e060d5ee27ccfd1509d40f.tar.gz
rails-2053e1f8da5d214213e060d5ee27ccfd1509d40f.tar.bz2
rails-2053e1f8da5d214213e060d5ee27ccfd1509d40f.zip
credit Matthew Higgins for the integration of foreign keys. [ci skip]
-rw-r--r--activerecord/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
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: