method
sql_for_insert
v6.1.3.1 -
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 539
def sql_for_insert(sql, pk, binds)
[sql, binds]
end