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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arel/nodes/unary.rb b/lib/arel/nodes/unary.rb
index e1576b9c99..1b1dcb1053 100644
--- a/lib/arel/nodes/unary.rb
+++ b/lib/arel/nodes/unary.rb
@@ -18,6 +18,7 @@ module Arel
Offset
On
Top
+ Lock
}.each do |name|
const_set(name, Class.new(Unary))
end