diff options
author | Marcel Molina <marcel@vernix.org> | 2007-11-12 18:36:42 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2007-11-12 18:36:42 +0000 |
commit | 578c7a18e4e26524bef449a312c499c2bb2ec1d8 (patch) | |
tree | b937085a1bacb383663ba386bccac7a7a4e656f7 /activerecord/CHANGELOG | |
parent | 55b6697493e2fc39f3e2a7b6b3c8bcfb94947daa (diff) | |
download | rails-578c7a18e4e26524bef449a312c499c2bb2ec1d8.tar.gz rails-578c7a18e4e26524bef449a312c499c2bb2ec1d8.tar.bz2 rails-578c7a18e4e26524bef449a312c499c2bb2ec1d8.zip |
Change plings to the more conventional quotes in the documentation. Closes #10104 [danger]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8131 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 54fa7ac60c..0147c8fd4d 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Change plings to the more conventional quotes in the documentation. Closes #10104 [danger] + * Fix HasManyThrough Association so it uses :conditions on the HasMany Association. Closes #9729 [danger] * Ensure that column names are quoted. Closes #10134 [wesley.moxam] |