4 lines
314 B
Plaintext
4 lines
314 B
Plaintext
$("#<%= dom_id @asset_category %>").replaceWith("<%= j render :partial => 'asset_category', :collection => [@asset_category] %>");
|
|
<% @asset_category = AssetCategory.new(:display => 'List') # reset for new form %>
|
|
$(".edit_asset_category").replaceWith("<%= j render "form" %>")
|
|
$(".new_asset_category")[0].reset(); |