1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Mark InsertAll as private API. Easier to add later.

This commit is contained in:
Kasper Timm Hansen 2019-03-20 20:32:08 +01:00
parent 3974bd6a5a
commit 2ea8bfd040
No known key found for this signature in database
GPG key ID: 191153215EDA53D8

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
module ActiveRecord
class InsertAll
class InsertAll # :nodoc:
attr_reader :model, :connection, :inserts, :keys
attr_reader :on_duplicate, :returning, :unique_by