diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-09 10:00:55 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-09 10:00:55 +0000 |
commit | 800841e5ada3e99f6de453ec9c8e5d1f312e2ef5 (patch) | |
tree | a986259cf0c3a4328d0c5102af4fa0008eb360f7 /lib | |
parent | 62b65771c8670a348644ef6e720b524cbf1fd434 (diff) |
remove stray cut&paste cruft
Diffstat (limited to 'lib')
-rw-r--r-- | lib/willpaginate_extension.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/willpaginate_extension.rb b/lib/willpaginate_extension.rb index 98ca8d763..912748957 100644 --- a/lib/willpaginate_extension.rb +++ b/lib/willpaginate_extension.rb @@ -21,7 +21,6 @@ module WillPaginateExtension # page links should preserve GET parameters stringified_merge @url_params, @template.params if @template.request.get? stringified_merge @url_params, @options[:params] if @options[:params] - @request_method=:get, @symbolized_path_parameters={:locale=>"en", :action=>"search", :combined=>["school", "all"], :controller=>"general"} if complex = param_name.index(/[^\w-]/) page_param = parse_query_parameters("#{param_name}=#{page}") |