class Ransack::Nodes::Attribute

def type

def type
  if ransacker
    ransacker.type
  else
    context.type_for(self)
  end
end