aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-03-09 18:22:47 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-03-09 18:22:47 -0300
commita6bd507eced6111de99ceced643da10e6b9489b0 (patch)
tree8dc11b9ad916de88228b082103dc6f1d88d2d9c3 /activerecord/CHANGELOG.md
parent15970efb2acc7767f2f20c5d649e53ace2e2ddb5 (diff)
downloadrails-a6bd507eced6111de99ceced643da10e6b9489b0.tar.gz
rails-a6bd507eced6111de99ceced643da10e6b9489b0.tar.bz2
rails-a6bd507eced6111de99ceced643da10e6b9489b0.zip
Fix "ActiveRecord" => "Active Record" in changelog [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 1796f4319f..093e9ff6d2 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -2,7 +2,7 @@
* `connection` is deprecated as an instance method.
This allows end-users to have a `connection` method on their models
- without clashing with ActiveRecord internals.
+ without clashing with Active Record internals.
*Ben Moss*
@@ -10,9 +10,8 @@
*OZAWA Sakuro*
-* Fix ActiveRecord `subclass_from_attrs` when `eager_load` is false.
- It cannot find subclass because all classes are loaded automatically
- when it needs.
+* Fix `subclass_from_attrs` when `eager_load` is false. It cannot find
+ subclass because all classes are loaded automatically when it needs.
*Dmitry Vorotilin*