Displaying 1 result from an estimated 1 matches for "student_port".
Did you mean:
student_portal
2006 Jun 07
2
Hash flattening on paginator link_to
...9;next'', {:params => params.merge(''answer'' => @answer,
''page'' => object_pages.current.previous,)}) + '' '' if object_pages.current.previous %>
See how the link_to doesn''t maintain the actual hash:
<a href="/student_portal/evaluate_exam/7?commit=Submit+Test&
answer=69bf31c7ff062936a96d3c8bd1f8f2ff376f4922f45568161a8cdf4ad2299f6d23&page=2">next</a>
Anyone know how I can pass a hash intact through a link_to ?
Thanks a ton!
Chris