aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/update_statement.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/nodes/update_statement.rb')
-rw-r--r--activerecord/lib/arel/nodes/update_statement.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/arel/nodes/update_statement.rb b/activerecord/lib/arel/nodes/update_statement.rb
index 5cce1e3615..5184b1180f 100644
--- a/activerecord/lib/arel/nodes/update_statement.rb
+++ b/activerecord/lib/arel/nodes/update_statement.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-module Arel
+module Arel # :nodoc: all
module Nodes
class UpdateStatement < Arel::Nodes::Node
attr_accessor :relation, :wheres, :values, :orders, :limit