aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
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 767770350d..184e881b25 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,6 +1,6 @@
* Add database_exists? method to connection adapters to check if a database exists.
- *Guilherme Mansur*
+ *Guilherme Mansur*
* Loading the schema for a model that has no `table_name` raises a `TableNotSpecified` error.