Class: RemoteLinkRenderer

Inherits:
WillPaginate::LinkRenderer
  • Object
show all
Defined in:
lib/good_sort/will_paginate.rb

Instance Method Summary collapse

Instance Method Details

#prepare(collection, options, template) ⇒ Object



17
18
19
20
# File 'lib/good_sort/will_paginate.rb', line 17

def prepare(collection, options, template)
  @remote = options.delete(:remote) || {}
  super
end