aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2015-07-23 14:27:09 +0200
committerRobin Dupret <robin.dupret@gmail.com>2015-07-23 14:27:09 +0200
commitad5c1a39346d559f26c11c2399117491a3d81c0b (patch)
tree712436e163909b27b36119c0cdc5566942289674 /activerecord/CHANGELOG.md
parent0e189cb3df7899bd99697a40b9e5f6316299ac04 (diff)
downloadrails-ad5c1a39346d559f26c11c2399117491a3d81c0b.tar.gz
rails-ad5c1a39346d559f26c11c2399117491a3d81c0b.tar.bz2
rails-ad5c1a39346d559f26c11c2399117491a3d81c0b.zip
Rename the enum_{prefix,suffix} options to _{prefix,suffix}
This makes it more clear that they are reserved keywords and also it seems less redundant as the line already starts with the call to the `enum` method.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index fb64156b78..8676f95d6d 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -170,7 +170,7 @@
*Aster Ryan*
-* Add `:enum_prefix`/`:enum_suffix` option to `enum` definition.
+* Add `:_prefix` and `:_suffix` options to `enum` definition.
Fixes #17511, #17415.