I have an array in an view link submitted to an action.This array
contains the objects which have not any relation each other,they also
have no model relation.The link look like this :
###############################
<%=link_remote_to
"agree",:url=>{:action=>"agree",:id=>[object1,object2],...}-%>
###############################
In the action,how do i parse the params[:id] ?,object1=params[:id][0]
and object2=params[:id][1]? It is wrong.I check the development log,id
was submitted like this : "2/5".So who can help me?
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---