From 4238666627a6b319c19f22ee279d15284ed5f245 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Sun, 26 Mar 2006 19:45:56 +0000 Subject: Change #form_for and #fields_for so that the second argument is not required [Dave Thomas] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4047 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 2e265f9745..0d69ccc6af 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,13 @@ *SVN* +* Change #form_for and #fields_for so that the second argument is not required [Dave Thomas] + + <% form_for :post, @post do |f| -%> + + becomes... + + <% form_for :post do |f| -%> + * Update to script.aculo.us 1.6 [Thomas Fuchs] * Enable application/x-yaml processing by default [Jamis Buck] -- cgit v1.2.3