Displaying 1 result from an estimated 1 matches for "9bf31c7ff062936a96d3c8bd1f8f2ff3".
2006 Jun 07
2
Hash flattening on paginator link_to
Hey
I need some help with pagination and the link_to in the view.
I''m trying to include a hash in the pagination link_to params and it
keeps flattening out my hash.
Example:
Here''s my hash called @answer:
"answer"=>{"6"=>"9bf31c7ff062936a96d3c8bd1f8f2ff3",
"7"=>"6f4922f45568161a8cdf4ad2299f6d23"}
Here''s the code in my view for my pagination link:
<%= link_to(''next'', {:params => params.merge(''answer'' => @answer,
''page'' => object_pa...