From fda13d51ac4835db3bc84960b05c282a991885b8 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 29 May 2016 20:59:08 +0900 Subject: 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. --- guides/source/5_0_release_notes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'guides') 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)) -- cgit v1.2.3