Method: ActiveGraph::Node::Query::QueryProxy#union
- Defined in:
- lib/active_graph/node/query/query_proxy.rb
#union(*args) ⇒ Object
164 165 166 167 |
# File 'lib/active_graph/node/query/query_proxy.rb', line 164 def union(*args) hash_args = {proxy: self, subquery_parts: args, first_clause: @chain.blank?} build_deeper_query_proxy(:union, hash_args) end |