aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_0_release_notes.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-05-29 20:59:08 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-05-29 20:59:08 +0900
commitfda13d51ac4835db3bc84960b05c282a991885b8 (patch)
tree485b9d805214d722af14c00dea730cd619250c82 /guides/source/5_0_release_notes.md
parentc127491b716e46dfbf586e3044a67d0512c08b79 (diff)
downloadrails-fda13d51ac4835db3bc84960b05c282a991885b8.tar.gz
rails-fda13d51ac4835db3bc84960b05c282a991885b8.tar.bz2
rails-fda13d51ac4835db3bc84960b05c282a991885b8.zip
rename enum_prefix and enum_suffix options to _prefix and _suffix [ci skip]
`:enum_prefix` and `:enum_suffix` was changed to `:_prefix` and `:_suffix` in #20999.
Diffstat (limited to 'guides/source/5_0_release_notes.md')
-rw-r--r--guides/source/5_0_release_notes.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 07cdf84c9c..638547565c 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -576,8 +576,9 @@ Please refer to the [Changelog][active-record] for detailed changes.
* New attributes
API. ([commit](https://github.com/rails/rails/commit/8c752c7ac739d5a86d4136ab1e9d0142c4041e58))
-* Added `:enum_prefix`/`:enum_suffix` option to `enum`
- definition. ([Pull Request](https://github.com/rails/rails/pull/19813))
+* Added `:_prefix`/`:_suffix` option to `enum` definition.
+ ([Pull Request](https://github.com/rails/rails/pull/19813),
+ [Pull Request](https://github.com/rails/rails/pull/20999))
* Added `#cache_key` to `ActiveRecord::Relation`.
([Pull Request](https://github.com/rails/rails/pull/20884))