personal-research/app/views/admin/research_categories/update.js.erb

2 lines
187 B
Plaintext
Raw Normal View History

2015-12-30 10:12:32 +00:00
$("#research_categories tbody").html("<%= j render :partial => '/admin/researchs/research_category', :collection => @research_categories %>");
$("#research_category_modal").modal("hide");