Class: RemoteLinkPaginationHelper::LinkRenderer

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

Instance Method Summary collapse

Instance Method Details



3
4
5
6
# File 'app/helpers/remote_link_pagination_helper.rb', line 3

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