diff options
author | Marcel Molina <marcel@vernix.org> | 2005-12-02 04:37:53 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2005-12-02 04:37:53 +0000 |
commit | 96c29ab890edaa54840f2cb0c9760b82ef875958 (patch) | |
tree | b065e62eb23121722d5f1eaa07bb561e7a11d7d7 /actionpack/CHANGELOG | |
parent | 2e42167058fa6e528237f4d78a4cb0bd6c2e099d (diff) | |
download | rails-96c29ab890edaa54840f2cb0c9760b82ef875958.tar.gz rails-96c29ab890edaa54840f2cb0c9760b82ef875958.tar.bz2 rails-96c29ab890edaa54840f2cb0c9760b82ef875958.zip |
Fix docs for text_area_tag. Closes #3083.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3207 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 62fae65370..3f46ecc1b4 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix docs for text_area_tag. #3083. [Christopher Cotton] + * Change form_for and fields_for method signatures to take object name and object as separate arguments rather than as a Hash. [DHH] * Introduce :selected option to the select helper. Allows you to specify a selection other than the current value of object.method. Specify :selected => nil to leave all options unselected. #2991 [Jonathan Viney <jonathan@bluewire.net.nz>] |