Update customers_controller.rb

This commit is contained in:
2016-04-26 14:08:27 -04:00
parent d09f5e9afe
commit 792773b945

View File

@@ -18,7 +18,7 @@ class CustomersController < ApplicationController
# display a list of all customers
def index
@customer_pages, @customers = paginate QboCustomer.all
end
# display a specific customer