diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-07 11:43:21 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-07 11:43:21 +0000 |
commit | 3ee4357b8643c611bbe9eb3a7ce820a5e32cddaa (patch) | |
tree | 1d6efa4c7559a1016a05779d859357bd138d4abc /actionpack/CHANGELOG | |
parent | 63c4e789b50f502bedcfd0a9b6bf231ec97307f5 (diff) | |
download | rails-3ee4357b8643c611bbe9eb3a7ce820a5e32cddaa.tar.gz rails-3ee4357b8643c611bbe9eb3a7ce820a5e32cddaa.tar.bz2 rails-3ee4357b8643c611bbe9eb3a7ce820a5e32cddaa.zip |
Added that ActiveRecordHelper#form now calls url_for on the :action option.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@62 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 793c93adb8..9343c00c12 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added that ActiveRecordHelper#form now calls url_for on the :action option. + * Added all the HTTP methods as alternatives to the generic "process" for functional testing #276 [Tobias Luetke]. Examples: # Calls Controller#miletone with a GET request |