Displaying 1 result from an estimated 1 matches for "category_hash_parent_id".
2006 May 07
3
Stupid newbie question
Here''s a request string which has a value I want to pull out from the
category array - parent_id.
Parameters: {"category"=>{"name"=>"Condiments", "parent_id"=>"1"},
"commit"=>"Create"}
How do I reference that subelement in the receiving script? I''ve tried
params[:parent_id]