Skip to content

Instantly share code, notes, and snippets.

@chadwpry
Created October 1, 2008 22:11
Show Gist options
  • Select an option

  • Save chadwpry/14206 to your computer and use it in GitHub Desktop.

Select an option

Save chadwpry/14206 to your computer and use it in GitHub Desktop.
<h1>Simple Search/Pagination Example</h1>
<%= will_paginate @users %>
<% @users.each do |user| %>
<div>
<%= user.name %> (<%= user.email %>)
</div>
<% end %>
<%= will_paginate @users %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment