Parent

Methods

WillPaginate::Merb::LinkRenderer

Protected Instance Methods

url(page) click to toggle source
# File lib/will_paginate/view_helpers/merb.rb, line 17
def url(page)
  params = @template.request.params.except(:action, :controller).merge(param_name => page)
  @template.url(:this, params)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.