aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/attributes/attribute.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/attributes/attribute.rb')
-rw-r--r--activerecord/lib/arel/attributes/attribute.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/arel/attributes/attribute.rb b/activerecord/lib/arel/attributes/attribute.rb
index 71f839479a..ecf499a23e 100644
--- a/activerecord/lib/arel/attributes/attribute.rb
+++ b/activerecord/lib/arel/attributes/attribute.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-module Arel
+module Arel # :nodoc: all
module Attributes
class Attribute < Struct.new :relation, :name
include Arel::Expressions