aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel.rb')
-rw-r--r--activerecord/lib/arel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/arel.rb b/activerecord/lib/arel.rb
index 2d5cfa4d5c..7d04e1cac6 100644
--- a/activerecord/lib/arel.rb
+++ b/activerecord/lib/arel.rb
@@ -25,7 +25,7 @@ require "arel/update_manager"
require "arel/delete_manager"
require "arel/nodes"
-module Arel
+module Arel # :nodoc: all
VERSION = "10.0.0"
def self.sql(raw_sql)