aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-07-03 23:58:12 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-07-03 23:58:12 +0900
commit4b29d9f1db0dd8fc95829cfefed0687242cfc12b (patch)
treeb67e36cafcca6b2efc22549beb4d1857eddba685 /activerecord
parent111736ddf6fe81f3e42af37dfa1b0520a8c91473 (diff)
downloadrails-4b29d9f1db0dd8fc95829cfefed0687242cfc12b.tar.gz
rails-4b29d9f1db0dd8fc95829cfefed0687242cfc12b.tar.bz2
rails-4b29d9f1db0dd8fc95829cfefed0687242cfc12b.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 3255eec486..7404c1bd8f 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -24,7 +24,7 @@
*Ryuta Kamizono*
-* Query cache was unavailable when entering the ActiveRecord::Base.cache block
+* Query cache was unavailable when entering the `ActiveRecord::Base.cache` block
without being connected.
*Tsukasa Oishi*
@@ -58,7 +58,7 @@
*bogdanvlviv*
* Fix destroying existing object does not work well when optimistic locking enabled and
- `locking column` is null in the database.
+ `locking_column` is null in the database.
*bogdanvlviv*