Skip to content

Instantly share code, notes, and snippets.

@onlymejosh
Created March 9, 2011 23:54
Show Gist options
  • Save onlymejosh/863272 to your computer and use it in GitHub Desktop.
Save onlymejosh/863272 to your computer and use it in GitHub Desktop.
$('tbody#institutions').html('<%= escape_javascript render(@institutions) %>');
$('#paginator').html('<%= escape_javascript(paginate(@institutions, :remote => true).to_s) %>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment