Controllers receive form fields sent by observe_remote_form as a raw query string. Is there some utility to construct a hash of params from it? -- fxn
On Mar 1, 2006, at 13:54, Xavier Noria wrote:> Controllers receive form fields sent by observe_remote_form as a > raw query string. Is there some utility to construct a hash of > params from it?I''ll delegate to CGI.parse in any case. -- fxn