I have a partial that is updated after edit and delete actions like
this:
$('#notes_content').html("<%= escape_javascript(render("notes"))%>");
the question is that after update the partial every link_to include the
id of the updated/destroyed item link http://url/id?page=2 instead of
http://url?page=2
This include the will_paginate links-- Posted via http://www.ruby-forum.com/. -- 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 https://groups.google.com/groups/opt_out.

