diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2019-06-29 08:35:23 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2019-06-29 08:35:23 +0900 |
commit | 89afd816bdf8e5625237891c2ff0ac2db71ea5d6 (patch) | |
tree | 8f316c46852aecd53e223249b8c4ce849575a5e5 | |
parent | 1eb5cc13a2ed8922b47df4ae47faf5f23faf3d35 (diff) | |
download | rails-89afd816bdf8e5625237891c2ff0ac2db71ea5d6.tar.gz rails-89afd816bdf8e5625237891c2ff0ac2db71ea5d6.tar.bz2 rails-89afd816bdf8e5625237891c2ff0ac2db71ea5d6.zip |
Link to top of PR as well as other links [ci skip]
-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 c826b19f1a..c152076628 100644 --- a/guides/source/6_0_release_notes.md +++ b/guides/source/6_0_release_notes.md @@ -513,7 +513,7 @@ Please refer to the [Changelog][active-record] for detailed changes. ([Pull Request](https://github.com/rails/rails/pull/34742)) * Add the ability to disable scopes generated by `ActiveRecord.enum`. - ([Pull Request](https://github.com/rails/rails/pull/34605/files)) + ([Pull Request](https://github.com/rails/rails/pull/34605)) * Make implicit ordering configurable for a column. ([Pull Request](https://github.com/rails/rails/pull/34480)) |