Method: Arel::FactoryMethods#create_string_join

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

#create_string_join(to) ⇒ Object



23
24
25
# File 'activerecord/lib/arel/factory_methods.rb', line 23

def create_string_join(to)
  create_join to, nil, Nodes::StringJoin
end