From e44a1979971b548a7b9459257a065a046e030613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 12 Aug 2019 13:21:58 -0400 Subject: [PATCH] Nodoc class that should not be part of public API --- activerecord/lib/active_record/insert_all.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/activerecord/lib/active_record/insert_all.rb b/activerecord/lib/active_record/insert_all.rb index 3863b6bfea..2dd9c53a45 100644 --- a/activerecord/lib/active_record/insert_all.rb +++ b/activerecord/lib/active_record/insert_all.rb @@ -112,8 +112,7 @@ def verify_attributes(attributes) end end - - class Builder + class Builder # :nodoc: attr_reader :model delegate :skip_duplicates?, :update_duplicates?, :keys, to: :insert_all -- GitLab