Skip to content

Instantly share code, notes, and snippets.

@yrgoldteeth
yrgoldteeth / _orders.html.erb
Created November 11, 2011 03:34 — forked from gonzedge/_orders.html.erb
Rails 3.1 - will_paginate and ajax
<ul>
<% @orders.each do |order| %>
<li>
<!-- Show order stuff -->
</li>
<% end %>
</ul>
<%= will_paginate @orders %>