method
join
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::QueryLogs::SQLCommenter
join(pairs)public
No documentation available.
# File activerecord/lib/active_record/query_logs_formatter.rb, line 24
def join(pairs)
pairs.join(",")
end