aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/attributes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/attributes.rb')
-rw-r--r--activerecord/lib/arel/attributes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/arel/attributes.rb b/activerecord/lib/arel/attributes.rb
index c81a7b941b..35d586c948 100644
--- a/activerecord/lib/arel/attributes.rb
+++ b/activerecord/lib/arel/attributes.rb
@@ -2,7 +2,7 @@
require "arel/attributes/attribute"
-module Arel
+module Arel # :nodoc: all
module Attributes
###
# Factory method to wrap a raw database +column+ to an Arel Attribute.