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