aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/unary.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/nodes/unary.rb')
-rw-r--r--activerecord/lib/arel/nodes/unary.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/arel/nodes/unary.rb b/activerecord/lib/arel/nodes/unary.rb
index a3c0045897..00639304e4 100644
--- a/activerecord/lib/arel/nodes/unary.rb
+++ b/activerecord/lib/arel/nodes/unary.rb
@@ -37,7 +37,6 @@ module Arel # :nodoc: all
On
Ordering
RollUp
- Top
}.each do |name|
const_set(name, Class.new(Unary))
end