Method: Arel::Predications#concat

Defined in:
activerecord/lib/arel/predications.rb

#concat(other) ⇒ Object



215
216
217
# File 'activerecord/lib/arel/predications.rb', line 215

def concat(other)
  Nodes::Concat.new self, other
end