|
From: | noreply |
Subject: | [myexperiment-hackers] [2208] trunk: added various index filters |
Date: | Wed, 3 Jun 2009 06:30:54 -0400 (EDT) |
added various index filters
(Binary files differ)
--- trunk/lib/rest.rb 2009-06-02 11:07:38 UTC (rev 2207)
+++ trunk/lib/rest.rb 2009-06-03 10:30:54 UTC (rev 2208)
@@ -354,7 +354,7 @@
if selected
filters.each do |attribute, bits|
- lhs = result.send(bits[:accessor])
+ lhs = eval("result.#{bits[:accessor]}")
rhs = bits[:value]
lhs = lhs.downcase if lhs.class == String
[Prev in Thread] | Current Thread | [Next in Thread] |