aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/unary.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/nodes/unary.rb')
-rw-r--r--lib/arel/nodes/unary.rb8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/arel/nodes/unary.rb b/lib/arel/nodes/unary.rb
index a0062ff5be..50946980b4 100644
--- a/lib/arel/nodes/unary.rb
+++ b/lib/arel/nodes/unary.rb
@@ -22,15 +22,19 @@ module Arel
%w{
Bin
+ Cube
+ DistinctOn
Group
+ GroupingElement
+ GroupingSet
Limit
+ Lock
Not
Offset
On
Ordering
+ RollUp
Top
- Lock
- DistinctOn
}.each do |name|
const_set(name, Class.new(Unary))
end