Class | WillPaginate::ViewHelpers::LinkRenderer |
In: |
lib/will_paginate/view_helpers/link_renderer.rb
|
Parent: | LinkRendererBase |
This class does the heavy lifting of actually building the pagination links. It is used by will_paginate helper internally.
Returns the subset of options this instance was initialized with that represent HTML attributes for the container element of pagination links.
Process it! This method returns the complete HTML string which contains pagination links. Feel free to subclass LinkRenderer and change this method as you see fit.