Module: ActiveRecordRelationIn::WhereClause::RelationPatch::RelationCombineInPatch
- Defined in:
- lib/active_record_relation_in/where_clause/relation_patch.rb
Instance Method Summary collapse
Instance Method Details
#combine_with_in ⇒ Object
7 8 9 10 11 |
# File 'lib/active_record_relation_in/where_clause/relation_patch.rb', line 7 def combine_with_in self.where_clause = where_clause.combine_with_in self end |