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