Module: ActiveRecord::ChainRelation::NotBuilder
- Includes:
- Everywhere::Util
- Defined in:
- lib/everywhere/chain.rb
Instance Method Summary collapse
Instance Method Details
#build_where(opts, other = []) ⇒ Object
8 9 10 |
# File 'lib/everywhere/chain.rb', line 8 def build_where(opts, other = []) super.map {|r| negate r} end |