From 3a994b9949daccc2a64d08234af22fda78e49a17 Mon Sep 17 00:00:00 2001 From: Ernie Miller Date: Wed, 29 Sep 2010 15:43:51 -0400 Subject: Add support for remaining *_any/*_all attribute methods, and add matches/does_not_match/not_in --- lib/arel/nodes.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/arel/nodes.rb') diff --git a/lib/arel/nodes.rb b/lib/arel/nodes.rb index 6ed05fb31b..0063ed1cd5 100644 --- a/lib/arel/nodes.rb +++ b/lib/arel/nodes.rb @@ -10,8 +10,11 @@ require 'arel/nodes/greater_than' require 'arel/nodes/greater_than_or_equal' require 'arel/nodes/less_than' require 'arel/nodes/less_than_or_equal' +require 'arel/nodes/matches' +require 'arel/nodes/does_not_match' require 'arel/nodes/in' +require 'arel/nodes/not_in' require 'arel/nodes/lock' require 'arel/nodes/function' require 'arel/nodes/count' -- cgit v1.2.3