2014-06-04 03:55:13 +00:00
|
|
|
// Place all the behaviors and hooks related to the matching controller here.
|
|
|
|
// All this logic will automatically be available in application.js.
|
2014-06-12 10:27:26 +00:00
|
|
|
jQuery ->
|
|
|
|
$('#product_category_name').autocomplete
|
|
|
|
source: $('#product_category_name').data('autocomplete-source')
|