lib/ransack/helpers/form_helper.rb in ransack-3.1.0 vs lib/ransack/helpers/form_helper.rb in ransack-3.2.0
- old
+ new
@@ -128,10 +128,10 @@
.html_safe
end
def url_options
@params.merge(
- @options.except(:class, :data).merge(
+ @options.except(:class, :data, :host).merge(
@search.context.search_key => search_and_sort_params))
end
def html_options(args)
if args.empty?