class WillPaginate::Merb::LinkRenderer
Protected Instance Methods
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