Method: ActiveRecord::ChainRelation::NotLikeBuilder#build_where
- Defined in:
- lib/everywhere/chain.rb
#build_where(opts, other = []) ⇒ Object
20 21 22 |
# File 'lib/everywhere/chain.rb', line 20 def build_where(opts, other = []) super.map {|r| Arel::Nodes::DoesNotMatch.new r.left, r.right} end |