diff options
author | Xavier Noria <fxn@hashref.com> | 2019-05-11 17:56:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-11 17:56:23 +0200 |
commit | 3a0f53162ebeab8e5526f9b4f4edf678b2d7520c (patch) | |
tree | 9726430db4cad3e9a79e48fc4e24dccdeb97fb3e | |
parent | 95d541dd9a6c8488dcb21262740e5eba5a0db4ca (diff) | |
parent | 476aad1998670f3aa059efb072fb4b420b40e8bb (diff) | |
download | rails-3a0f53162ebeab8e5526f9b4f4edf678b2d7520c.tar.gz rails-3a0f53162ebeab8e5526f9b4f4edf678b2d7520c.tar.bz2 rails-3a0f53162ebeab8e5526f9b4f4edf678b2d7520c.zip |
Merge pull request #36250 from vishaltelangre/patch-9
[skip ci] arel -> Arel
-rw-r--r-- | guides/source/6_0_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md index 5358aa3899..f11035bec9 100644 --- a/guides/source/6_0_release_notes.md +++ b/guides/source/6_0_release_notes.md @@ -402,7 +402,7 @@ Please refer to the [Changelog][active-record] for detailed changes. * Remove support for passing the column name to `count` when a block is passed. ([Commit](https://github.com/rails/rails/commit/67356f2034ab41305af7218f7c8b2fee2d614129)) -* Remove support for delegation of missing methods in a relation to arel. +* Remove support for delegation of missing methods in a relation to Arel. ([Commit](https://github.com/rails/rails/commit/d97980a16d76ad190042b4d8578109714e9c53d0)) * Remove support for delegating missing methods in a relation to private methods of the class. |