jQuery(document).ready(function() {
  $('#article_category').autocomplete('/category.json');
  $('#article_tag').autocomplete('/tag.json');
});

