4 lines
179 B
Plaintext
4 lines
179 B
Plaintext
$("#accounts").html("<%= j render @accounts %>");
|
|
$("form input[type='search']").val("<%= params[:query] %>");
|
|
$("#accounts_pagination").html("<%= j will_paginate @accounts %>");
|