From 05edafec4c3439ef778a35c6d3b18d4310f56b28 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 13 Nov 2017 20:13:26 -0500 Subject: [PATCH] Update query_patch.rb --- lib/query_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/query_patch.rb b/lib/query_patch.rb index 1248d6a..71963be 100644 --- a/lib/query_patch.rb +++ b/lib/query_patch.rb @@ -57,7 +57,7 @@ module QueryPatch :id => :customer_id, :type => :list_optional, :order => @available_filters.size + 1, - :remote => true + :remote => false #:values => Customer.find(:all).collect { |c| [c.name, c.id.to_s]} } }