class Ransack::Nodes::Grouping

def translate(key, options = {})

def translate(key, options = {})
  super or Translate.attribute(
    key.to_s, options.merge(:context => context)
  )
end