method
to_sql
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::InsertAll
to_sql()private
No documentation available.
# File activerecord/lib/active_record/insert_all.rb, line 114
def to_sql
connection.build_insert_sql(ActiveRecord::InsertAll::Builder.new(self))
end