Index: lib/pagination_helper.rb =================================================================== --- lib/pagination_helper.rb (revision 255) +++ lib/pagination_helper.rb (working copy) @@ -90,7 +90,7 @@ # # link_to_remote(link.to_s, options, html_options) # end - def pagination_links_each(paginator, options, prefix, suffix) + def pagination_links_each(paginator, options, prefix = nil, suffix = nil) options = DEFAULT_OPTIONS.merge(options) link_to_current_page = options[:link_to_current_page] always_show_anchors = options[:always_show_anchors]