# File lib/will_paginate/view_helpers/action_view.rb, line 118 def merge_get_params(url_params) if @template.respond_to? :request and @template.request and @template.request.get? symbolized_update(url_params, @template.params) end url_params end