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

2 lines
154 B
Plaintext
Raw Normal View History

2015-01-09 07:38:49 +00:00
$('#book_types tbody').html("<%= j render :partial => '/admin/books/list_book_type', :collection => @book_types %>");
$('#book_type_modal').modal('hide');