aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-12-01 20:42:04 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-12-01 20:42:04 +0900
commit6b16f6db279bdbd95e8b295c9bab6760a6ff6af0 (patch)
tree6d66203e8f6b41ee5cf05ad550fe6373e4b4d41d /activerecord/CHANGELOG.md
parent8e7b9e29a870c998ad689d3eb3add867c7547492 (diff)
downloadrails-6b16f6db279bdbd95e8b295c9bab6760a6ff6af0.tar.gz
rails-6b16f6db279bdbd95e8b295c9bab6760a6ff6af0.tar.bz2
rails-6b16f6db279bdbd95e8b295c9bab6760a6ff6af0.zip
Tweaks CHANGELOGs [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 048a1eeb2f..89a12d4223 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -2,7 +2,7 @@
Example:
- add_index :users, :name, using: :gist, opclass: name: :gist_trgm_ops
+ add_index :users, :name, using: :gist, opclass: { name: :gist_trgm_ops }
*Greg Navis*
@@ -80,7 +80,7 @@
*bogdanvlviv*
* Fixed a bug where column orders for an index weren't written to
- db/schema.rb when using the sqlite adapter.
+ `db/schema.rb` when using the sqlite adapter.
Fixes #30902.