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



10
11
12
13
# File 'app/helpers/remote_link_pagination_helper.rb', line 10

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