aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/limit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/nodes/limit.rb')
-rw-r--r--lib/arel/nodes/limit.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/arel/nodes/limit.rb b/lib/arel/nodes/limit.rb
new file mode 100644
index 0000000000..68ea95daf5
--- /dev/null
+++ b/lib/arel/nodes/limit.rb
@@ -0,0 +1,7 @@
+module Arel
+ module Nodes
+ class Limit < Arel::Nodes::Unary
+ end
+ end
+end
+