From 9fdaf497cb346696ea538308b77ec07f051cd569 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 10 Sep 2010 11:47:03 -0700 Subject: added a greater than node --- lib/arel/nodes/greater_than.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/arel/nodes/greater_than.rb (limited to 'lib/arel/nodes/greater_than.rb') diff --git a/lib/arel/nodes/greater_than.rb b/lib/arel/nodes/greater_than.rb new file mode 100644 index 0000000000..2e03cc2e18 --- /dev/null +++ b/lib/arel/nodes/greater_than.rb @@ -0,0 +1,6 @@ +module Arel + module Nodes + class GreaterThan < Arel::Nodes::Binary + end + end +end -- cgit v1.2.3