link_renderer.rb 233 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 # add target attribute to links class FbAppPlugin::LinkRenderer < WillPaginate::ActionView::LinkRenderer def prepare collection, options, template super end protected def default_url_params {target: ''} end end