method
concat
v7.2.3 -
Show latest stable
- Class:
Arel::Predications
concat(other)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 215
def concat(other)
Nodes::Concat.new self, other
end