aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_2_release_notes.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2014-08-27 17:23:53 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2014-08-27 17:34:20 +0900
commit397a310850ab16fec500b94a2222ab44918a43bd (patch)
tree4da849d8661a72f816ad4289e28e753915bae736 /guides/source/4_2_release_notes.md
parentc87c36fe501f2f3a37e8b671c6d96f148bdaebb8 (diff)
downloadrails-397a310850ab16fec500b94a2222ab44918a43bd.tar.gz
rails-397a310850ab16fec500b94a2222ab44918a43bd.tar.bz2
rails-397a310850ab16fec500b94a2222ab44918a43bd.zip
[ci skip] Modify a web-console PR link
Diffstat (limited to 'guides/source/4_2_release_notes.md')
-rw-r--r--guides/source/4_2_release_notes.md2
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))