Module: ActiveRecordRelationIn::WhereClause::WhereClausePatch
- Defined in:
- lib/active_record_relation_in/where_clause/where_clause_patch.rb
Instance Method Summary collapse
Instance Method Details
#combine_with_in ⇒ Object
6 7 8 |
# File 'lib/active_record_relation_in/where_clause/where_clause_patch.rb', line 6 def combine_with_in ActiveRecordRelationIn::WhereClause::CombineWithInRelation.new(@predicates) end |