From 95d13cca7ba0433d9a95a20c3f28904ab6c76249 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 8 Apr 2010 13:34:40 -0300 Subject: form_for :as rubydoc and tidy up a bit the form_for doc --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 708683747b..33084d539f 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.0.0 [beta 3] (pending)* +* New option :as added to form_for allows to change the object name. The old <% form_for :client, @post %> becomes <% form_for @post, :as => :client %> [spastorino] + * Removed verify method in controllers. [JV] It's now available as a plugin at http://github.com/rails/verification -- cgit v1.2.3