Merging Passed Parameters
- by Josh Crowder
I have a two data arrays sent in from a form, one called transloaded and the other video which is the actual form for the model. I need to get [:video_encoded][:url] and save that to [:video][:flash_url]
This is the passed arguments or transloaded, when I try and access [:transload][:results][:video_encode] I get nil.
print params[:transload]
…