module Ransack::Helpers::FormHelper

def html_option_for(option, search)

def html_option_for(option, search)
  return option.to_s if option.present?
  "#{search.klass.to_s.underscore}_search"
end