Displaying 1 result from an estimated 1 matches for "list_cont".
Did you mean:
  list_count
  
2006 May 11
1
Including dynamic list of params in link_to
How do I include all incoming URL parameters (i.e. 
list_content.rhtml?content_id=23) in my link_to statements?
I know I can include specific parameters in the link_to, by using 
":variable_name => 123"  in the link_to statement...  But what If I 
dont'' know what the incoming parameters will be... and I simply want to 
include them alon...