From 6032d40c1d1c7a7681f145c30b4c26386395ba45 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 10 Sep 2010 11:39:50 -0700 Subject: added greater than or equal to node --- lib/arel/nodes/greater_than_or_equal.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/arel/nodes/greater_than_or_equal.rb (limited to 'lib/arel/nodes/greater_than_or_equal.rb') diff --git a/lib/arel/nodes/greater_than_or_equal.rb b/lib/arel/nodes/greater_than_or_equal.rb new file mode 100644 index 0000000000..a8cfaab04e --- /dev/null +++ b/lib/arel/nodes/greater_than_or_equal.rb @@ -0,0 +1,6 @@ +module Arel + module Nodes + class GreaterThanOrEqual < Arel::Nodes::Binary + end + end +end -- cgit v1.2.3