personal-book/app/views/admin/book_author_types/_list.js.erb

2 lines
162 B
Plaintext

$('#author_types tbody').html("<%= j render :partial => '/admin/books/list_author_type', :collection => @author_types %>");
$('#author_type_modal').modal('hide');