aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/6_0_release_notes.md
diff options
context:
space:
mode:
authorVishal Telangre <the@vishaltelangre.com>2019-05-11 21:01:05 +0530
committerGitHub <noreply@github.com>2019-05-11 21:01:05 +0530
commit476aad1998670f3aa059efb072fb4b420b40e8bb (patch)
treea6b915a29973f1f97bc81459d44e0118188893c1 /guides/source/6_0_release_notes.md
parente8350663ad7c4bd9f8f724d0e82b2a48f5acfee4 (diff)
downloadrails-476aad1998670f3aa059efb072fb4b420b40e8bb.tar.gz
rails-476aad1998670f3aa059efb072fb4b420b40e8bb.tar.bz2
rails-476aad1998670f3aa059efb072fb4b420b40e8bb.zip
[skip ci] arel -> Arel
As per the documentation guides, we write `Arel` instead of `arel`.
Diffstat (limited to 'guides/source/6_0_release_notes.md')
-rw-r--r--guides/source/6_0_release_notes.md2
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 cb3ea7737c..f7f55fef95 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.