class Ransack::Helpers::FormHelper::SortLink

def direction_text(dir)

def direction_text(dir)
  return 'asc'.freeze if dir == 'desc'.freeze
  'desc'.freeze
end