Method: ActiveRecord::ChainRelation#not

Defined in:
lib/everywhere/chain.rb

#not(opts, *rest) ⇒ Object



25
26
27
# File 'lib/everywhere/chain.rb', line 25

def not(opts, *rest)
  extend(NotBuilder).where(opts, *rest).dup
end