Skip to content

Commit

Permalink
Mark InsertAll as private API. Easier to add later.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Mar 31, 2019
1 parent 3974bd6 commit 2ea8bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/insert_all.rb
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2ea8bfd

Please sign in to comment.