aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-04-30 02:41:44 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-04-30 02:41:44 +0900
commit89389428b5d04e14f09009ac9af593d7c3da709f (patch)
treec437f7f6a8e1ed223cd2b90c0aeeb6e4c529d3e2 /activerecord
parent26878bdb00a52ded3be35ba1da2517a890127209 (diff)
downloadrails-89389428b5d04e14f09009ac9af593d7c3da709f.tar.gz
rails-89389428b5d04e14f09009ac9af593d7c3da709f.tar.bz2
rails-89389428b5d04e14f09009ac9af593d7c3da709f.zip
Cleanup CHANGELOGs [ci skip]
* Remove trailing spaces. * Add backticks around method and command. * Fix indentation.
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index a229b4eaa2..68f0638e32 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Quote database name in db:create grant statement (when database_user does not have access to create the database).
+* Quote database name in `db:create` grant statement (when database user does not have access to create the database).
*Rune Philosof*