class Ransack::Search

def build_sort(opts = {})

def build_sort(opts = {})
  new_sort(opts).tap do |sort|
    self.sorts << sort
  end
end