Class: Msip::PaginacionAjaxHelper::GeneraEnlace

Inherits:
WillPaginate::ActionView::LinkRenderer
  • Object
show all
Defined in:
app/helpers/msip/paginacion_ajax_helper.rb

Overview

SoluciĆ³n adaptada de gist.github.com/jeroenr/3142686

Instance Method Summary collapse

Instance Method Details



12
13
14
15
# File 'app/helpers/msip/paginacion_ajax_helper.rb', line 12

def link(text, target, attributes = {})
  attributes["data-remote"] = true
  super
end