We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d7c4ae + 5289a0b commit 1816c4fCopy full SHA for 1816c4f
activemodel/CHANGELOG.md
@@ -1,10 +1,9 @@
1
-
2
-* Changed how validation error translation strings are fetched: The new behaviour
+* Change how validation error translation strings are fetched: The new behavior
3
will first try the more specific keys, including doing locale fallback, then try
4
the less specific ones.
5
6
- For example this is the order keys will now be tried for a `blank` error on a
7
- `product`'s `title` attribute with current locale set to `en-US`:
+ For example, this is the order in which keys will now be tried for a `blank`
+ error on a `product`'s `title` attribute with current locale set to `en-US`:
8
9
en-US.activerecord.errors.models.product.attributes.title.blank
10
en-US.activerecord.errors.models.product.blank
0 commit comments