aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/order_predications.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/order_predications.rb')
-rw-r--r--activerecord/lib/arel/order_predications.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/arel/order_predications.rb b/activerecord/lib/arel/order_predications.rb
index a0f15cb4d6..d785bbba92 100644
--- a/activerecord/lib/arel/order_predications.rb
+++ b/activerecord/lib/arel/order_predications.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-module Arel
+module Arel # :nodoc: all
module OrderPredications
def asc
Nodes::Ascending.new self