From f8100929d1d228ac13104252a75d53364b602168 Mon Sep 17 00:00:00 2001 From: binarylogic Date: Wed, 15 Oct 2008 19:41:32 -0400 Subject: [PATCH] Fixed typo --- lib/searchgasm/condition/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/searchgasm/condition/base.rb b/lib/searchgasm/condition/base.rb index 01e4fef3..7825d0c0 100644 --- a/lib/searchgasm/condition/base.rb +++ b/lib/searchgasm/condition/base.rb @@ -26,7 +26,7 @@ def ignore_meaningless_value? # :nodoc: end def join_arrays_with_or? - joins_arrays_with_or == true + joins_array_with_or == true end # Determines what to call the condition for the model