Method: ArelExtensions::SetFunctions#union_all
- Defined in:
- lib/arel_extensions/set_functions.rb
#union_all(other) ⇒ Object
14 15 16 |
# File 'lib/arel_extensions/set_functions.rb', line 14 def union_all(other) ArelExtensions::Nodes::UnionAll.new(self,other) end |