Module: ActiveRecord::Refined::AST::SetSubquery
- Included in:
- In, Quantified
- Defined in:
- lib/active_record/refined/ast.rb
Overview
A relation standing for a set of values, which is what IN and the quantifiers each take. The treatment is ActiveRecord's own RelationHandler's: without an explicit select list the subquery selects the model's primary key.