lib/ransack/helpers/form_helper.rb in ransack-3.0.0 vs lib/ransack/helpers/form_helper.rb in ransack-3.0.1

- old
+ new

@@ -128,10 +128,10 @@ .html_safe end def url_options @params.merge( - @options.except(:class).merge( + @options.except(:class, :data).merge( @search.context.search_key => search_and_sort_params)) end def html_options(args) if args.empty?