class Ransack::Predicate

def negative?

def negative?
  @name.include?("not_".freeze)
end