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.
1 parent 1bc9db4 commit aa2052eCopy full SHA for aa2052e
activemodel/CHANGELOG.md
@@ -1,10 +1,10 @@
1
* Improve typography of user facing error messages. In English contractions,
2
- the Unicode APOSTROPHE (U+0027) is now RIGHT SINGLE QUOTATION MARK
3
- (U+2019). For example, “can't be blank” is now “can’t be blank”.
+ the Unicode APOSTROPHE (`U+0027`) is now RIGHT SINGLE QUOTATION MARK
+ (`U+2019`). For example, "can't be blank" is now "can’t be blank".
4
5
*Jon Dufresne*
6
7
-* Add class to ActiveModel::MissingAttributeError error message.
+* Add class to `ActiveModel::MissingAttributeError` error message.
8
9
Show which class is missing the attribute in the error message:
10
0 commit comments