aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/crud.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/crud.rb')
-rw-r--r--activerecord/lib/arel/crud.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/arel/crud.rb b/activerecord/lib/arel/crud.rb
index e2427b730c..e8a563ca4a 100644
--- a/activerecord/lib/arel/crud.rb
+++ b/activerecord/lib/arel/crud.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-module Arel
+module Arel # :nodoc: all
###
# FIXME hopefully we can remove this
module Crud