class Ransack::Adapters::Mongoid::Base::ColumnWrapper
def type
def type _super = super case _super when BSON::ObjectId, Object :string else _super.name.underscore.to_sym end end
def type _super = super case _super when BSON::ObjectId, Object :string else _super.name.underscore.to_sym end end