aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/math.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/math.rb')
-rw-r--r--activerecord/lib/arel/math.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/arel/math.rb b/activerecord/lib/arel/math.rb
index 671457efff..2359f13148 100644
--- a/activerecord/lib/arel/math.rb
+++ b/activerecord/lib/arel/math.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-module Arel
+module Arel # :nodoc: all
module Math
def *(other)
Arel::Nodes::Multiplication.new(self, other)