aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/compatibility/wheres.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/compatibility/wheres.rb')
-rw-r--r--activerecord/lib/arel/compatibility/wheres.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/arel/compatibility/wheres.rb b/activerecord/lib/arel/compatibility/wheres.rb
index 2ffb2e0ad8..c8a73f0dae 100644
--- a/activerecord/lib/arel/compatibility/wheres.rb
+++ b/activerecord/lib/arel/compatibility/wheres.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-module Arel
+module Arel # :nodoc: all
module Compatibility # :nodoc:
class Wheres # :nodoc:
include Enumerable