We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bb466 commit 15a7b1aCopy full SHA for 15a7b1a
activerecord/lib/active_record/relation/query_methods.rb
@@ -120,17 +120,15 @@ def scope_association_reflection(association)
120
end
121
122
123
- # A wrapper to distinguish CTE joins from other nodes
124
- class CTEJoin
+ # A wrapper to distinguish CTE joins from other nodes.
+ class CTEJoin # :nodoc:
125
attr_reader :name
126
127
def initialize(name)
128
@name = name
129
130
131
132
- private_constant :CTEJoin
133
-
134
FROZEN_EMPTY_ARRAY = [].freeze
135
FROZEN_EMPTY_HASH = {}.freeze
136
0 commit comments