personal-journal/app/assets/javascripts/admin/journal_papers.js

6 lines
268 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')