Class: Msip::PaginacionAjaxHelper::GeneraEnlace
- Inherits:
-
WillPaginate::ActionView::LinkRenderer
- Object
- WillPaginate::ActionView::LinkRenderer
- Msip::PaginacionAjaxHelper::GeneraEnlace
- 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
#link(text, target, attributes = {}) ⇒ Object
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 |