From 6761d07f41573e9c8559cc2e77030d29e38320ae Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 28 Jul 2010 09:48:31 -0700 Subject: fixing a typo! --- lib/arel/algebra/attributes/attribute.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/arel/algebra/attributes/attribute.rb b/lib/arel/algebra/attributes/attribute.rb index a59c7c3308..62c1a64324 100644 --- a/lib/arel/algebra/attributes/attribute.rb +++ b/lib/arel/algebra/attributes/attribute.rb @@ -107,8 +107,8 @@ module Arel :not_in_any, :not_in_all ] - Predicate = Class.new do - def instance_methods *args + Predications = Class.new do + def self.instance_methods *args warn "this module is deprecated, please use the PREDICATES constant" PREDICATES end -- cgit v1.2.3