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:
parent
3974bd6a5a
commit
2ea8bfd040
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module ActiveRecord
|
module ActiveRecord
|
||||||
class InsertAll
|
class InsertAll # :nodoc:
|
||||||
attr_reader :model, :connection, :inserts, :keys
|
attr_reader :model, :connection, :inserts, :keys
|
||||||
attr_reader :on_duplicate, :returning, :unique_by
|
attr_reader :on_duplicate, :returning, :unique_by
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue