Closed frugardc closed 13 years ago
When an empty resultset should be returned, (an empty array), the array returned contains one element, [false]
SugarOpportunity.all({:conditions => {:synced_c => "falsfe"}}) => [false]
0.9.6 should fix.
When an empty resultset should be returned, (an empty array), the array returned contains one element, [false]
SugarOpportunity.all({:conditions => {:synced_c => "falsfe"}}) => [false]