From e928ad58dc166856cd9aeea449f7a3c197506b66 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 28 Apr 2016 12:07:13 -0400 Subject: [PATCH] Update qbo_helper.rb --- app/helpers/qbo_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/qbo_helper.rb b/app/helpers/qbo_helper.rb index 7bb757f..87255b2 100644 --- a/app/helpers/qbo_helper.rb +++ b/app/helpers/qbo_helper.rb @@ -10,7 +10,7 @@ module QboHelper - def qbo_customer_dropdown + def customer_dropdown select = context[:form].select :customer_id, Customers.all.pluck(:name, :id), :selected => selected, include_blank: true return "

#{select}

" end