redis-textsearch 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/redis/text_search.rb +0 -1
- metadata +1 -1
data/lib/redis/text_search.rb
CHANGED
@@ -65,7 +65,6 @@ class Redis
|
|
65
65
|
if defined?(ActiveRecord::Base) and ancestors.include?(ActiveRecord::Base)
|
66
66
|
instance_eval <<-EndMethod
|
67
67
|
def text_search_find(ids, options)
|
68
|
-
puts "IDS=\#{ids.inspect}"
|
69
68
|
all(options.merge(:conditions => {:#{primary_key} => ids}))
|
70
69
|
end
|
71
70
|
EndMethod
|