class Ransack::Context

def ransackable_alias(str)

def ransackable_alias(str)
  klass._ransack_aliases.fetch(str, str)
end