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]} } }