Skip to content

Instantly share code, notes, and snippets.

@pam-
pam- / _post.html.erb
Last active August 29, 2015 14:02
will_paginate not working on users/index
<li>
<%= truncate(experience.content, length: 200) { button_to "Continue", { action: "#" }, method: :get } %>
</li>