aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/insert_statement.rb
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2018-02-24 18:11:47 +1030
committerMatthew Draper <matthew@trebex.net>2018-02-24 18:11:47 +1030
commit354f1c28e81d9846fb9e5346fcca50cf303c12c1 (patch)
tree1f6352394aa260ae666b518f42cc4961983cbc05 /activerecord/lib/arel/nodes/insert_statement.rb
parent4c0a3d48804a363c7e9272519665a21f601b5248 (diff)
downloadrails-354f1c28e81d9846fb9e5346fcca50cf303c12c1.tar.gz
rails-354f1c28e81d9846fb9e5346fcca50cf303c12c1.tar.bz2
rails-354f1c28e81d9846fb9e5346fcca50cf303c12c1.zip
Arel: :nodoc: all
Diffstat (limited to 'activerecord/lib/arel/nodes/insert_statement.rb')
-rw-r--r--activerecord/lib/arel/nodes/insert_statement.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/arel/nodes/insert_statement.rb b/activerecord/lib/arel/nodes/insert_statement.rb
index 206d05e74f..d28fd1f6c8 100644
--- a/activerecord/lib/arel/nodes/insert_statement.rb
+++ b/activerecord/lib/arel/nodes/insert_statement.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-module Arel
+module Arel # :nodoc: all
module Nodes
class InsertStatement < Arel::Nodes::Node
attr_accessor :relation, :columns, :values, :select