Class: Msip::PaginacionAjaxHelper::GeneraEnlace

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

Overview

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