method
sql_for_insert
v6.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::DatabaseStatements
sql_for_insert(sql, pk, binds)private
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb, line 490
def sql_for_insert(sql, pk, binds)
[sql, binds]
end