Update customers_controller.rb

This commit is contained in:
2017-01-29 20:12:38 -05:00
committed by GitHub
parent abdb61cc41
commit 5e24c5084e

View File

@@ -32,7 +32,7 @@ class CustomersController < ApplicationController
default_search_scope :names
autocomplete :customer, :name
autocomplete :customer, :name, :full => false, :extra_data => [:id]
# display a list of all customers
def index