ref: master
plugins/fb_app/lib/fb_app_plugin/link_renderer.rb
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