diff options
author | Rick Olson <technoweenie@gmail.com> | 2007-01-05 20:22:41 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2007-01-05 20:22:41 +0000 |
commit | 1400e7f864efa25ab8dc98930ace8a6e40414461 (patch) | |
tree | a0d315c6d0bc598d2ebf50e6b115b0ba6faa148e /activerecord/CHANGELOG | |
parent | 606376bd448a5d27cbcd5d23ad89a99d9d4fdb54 (diff) | |
download | rails-1400e7f864efa25ab8dc98930ace8a6e40414461.tar.gz rails-1400e7f864efa25ab8dc98930ace8a6e40414461.tar.bz2 rails-1400e7f864efa25ab8dc98930ace8a6e40414461.zip |
[DOCS] Apply more documentation for ActiveRecord Reflection. Closes #4055 [Robby Russell]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5855 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 1ed481bd45..ab51f34005 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* [DOCS] Apply more documentation for ActiveRecord Reflection. Closes #4055 [Robby Russell] + * [DOCS] Document :allow_nil option of #validate_uniqueness_of. Closes #3143 [Caio Chassot] * Bring the sybase adapter up to scratch for 1.2 release. [jsheets] |