method
concat
rails 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 concat(other)No documentation available.
# File activerecord/lib/arel/predications.rb, line 215
def concat(other)
Nodes::Concat.new self, other
end