class Searchkick::Where
Public Class Methods
Source
# File lib/searchkick/where.rb, line 3 def initialize(relation) @relation = relation end
Public Instance Methods
Source
# File lib/searchkick/where.rb, line 7 def not(value) @relation.where(_not: value) end