method
create_string_join
v6.1.3.1 -
Show latest stable
- Class:
Arel::FactoryMethods
create_string_join(to)public
No documentation available.
# File activerecord/lib/arel/factory_methods.rb, line 23
def create_string_join(to)
create_join to, nil, Nodes::StringJoin
end