class Ransack::Helpers::FormBuilder

def sort_select(options = {}, html_options = {})

def sort_select(options = {}, html_options = {})
  attribute_select(options, html_options, 'sort'.freeze) +
  sort_direction_select(options, html_options)
end