diff options
author | Zachary Scott <e@zzak.io> | 2014-08-27 02:15:43 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-08-27 02:15:43 -0700 |
commit | 8148ae25ce692038027f04cf825110fe588f838d (patch) | |
tree | 4da849d8661a72f816ad4289e28e753915bae736 | |
parent | c87c36fe501f2f3a37e8b671c6d96f148bdaebb8 (diff) | |
parent | 397a310850ab16fec500b94a2222ab44918a43bd (diff) | |
download | rails-8148ae25ce692038027f04cf825110fe588f838d.tar.gz rails-8148ae25ce692038027f04cf825110fe588f838d.tar.bz2 rails-8148ae25ce692038027f04cf825110fe588f838d.zip |
Merge pull request #16715 from y-yagi/update_4_2_release_notes
[ci skip] Modify a web-console PR link for release noted
-rw-r--r-- | guides/source/4_2_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 5401b34542..db74af67a8 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -123,7 +123,7 @@ Please refer to the [Changelog][railties] for detailed changes. ### Notable changes * Introduced `web-console` in the default application Gemfile. - ([Pull Request](https://github.com/rails/rails/pull/16532)) + ([Pull Request](https://github.com/rails/rails/pull/11667)) * Added a `required` option to the model generator for associations. ([Pull Request](https://github.com/rails/rails/pull/16062)) |