Hallo,

when I'm updating data the form, in development.log I get following:

Parameters: {"utf8"=>"✓",
"authenticity_token"=>"CoswtfwZJa2cUlwama/RcsWdxQWbUmRRzv6JbkfSUfw=",
"tbl_test"=>{"title"=>"Miller", "ref_recclass_id"=>"1",
"ref_reckat_id"=>"6", "ref_reckind_id"=>""}, "commit"=>"Save",
"id"=>"1"}

In the controller (update action), when I try to retrieve data from the
post request, I only can retrieve the value of the id with @test =
params[:id]), but not for example the value of ref_reckind_id with @test
= :ref_reckind_id.

Do somone have any suggestion how to retrieve the values of the other
attributes?

Thanks ahead!!

Regs

Herman

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to