diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-07-03 23:58:12 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2017-07-03 23:58:12 +0900 |
commit | 4b29d9f1db0dd8fc95829cfefed0687242cfc12b (patch) | |
tree | b67e36cafcca6b2efc22549beb4d1857eddba685 /activerecord | |
parent | 111736ddf6fe81f3e42af37dfa1b0520a8c91473 (diff) | |
download | rails-4b29d9f1db0dd8fc95829cfefed0687242cfc12b.tar.gz rails-4b29d9f1db0dd8fc95829cfefed0687242cfc12b.tar.bz2 rails-4b29d9f1db0dd8fc95829cfefed0687242cfc12b.zip |
Add backticks [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
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* |