personal-thesis-guidance/app/assets/javascripts/admin/thesis_guidance_papers.js

6 lines
273 B
JavaScript

// Place all the behaviors and hooks related to the matching controller here.
// All this logic will automatically be available in application.js.
jQuery ->
$('#product_category_name').autocomplete
source: $('#product_category_name').data('autocomplete-source')