Method: ActiveRecord::ChainRelation#not_like

Defined in:
lib/everywhere/chain.rb

#not_like(opts, *rest) ⇒ Object



33
34
35
# File 'lib/everywhere/chain.rb', line 33

def not_like(opts, *rest)
  extend(NotLikeBuilder).where(opts, *rest).dup
end