aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-07-09 04:15:53 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-07-09 04:15:53 +0900
commit72e1c4229ab0af6a76c1635adff76fc02fa7fe71 (patch)
tree808ab315bb630f1c0010cb165241e011a97599ff /activerecord
parentb83852e6eed5789b23b13bac40228e87e8822b4d (diff)
downloadrails-72e1c4229ab0af6a76c1635adff76fc02fa7fe71.tar.gz
rails-72e1c4229ab0af6a76c1635adff76fc02fa7fe71.tar.bz2
rails-72e1c4229ab0af6a76c1635adff76fc02fa7fe71.zip
Add backticks [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 5b88722993..786bef7359 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -6,8 +6,8 @@
*Eugene Kenny*
-* Prevent errors raised by sql.active_record notification subscribers from being converted into
- ActiveRecord::StatementInvalid exceptions.
+* Prevent errors raised by `sql.active_record` notification subscribers from being converted into
+ `ActiveRecord::StatementInvalid` exceptions.
*Dennis Taylor*