hugogilmar/quadro

View on GitHub
app/views/quadro/assets/destroy.js.erb

Summary

Maintainability
Test Coverage
<% if asset.destroyed? %>
  <% case asset.type.constantize.short_name %>
  <% when 'image' %>
    $('#image-<%= asset.id %>').remove();
  <% when 'slide' %>
    $('#slide-<%= asset.id %>').remove();
  <% end %>
<% else %>
<% end %>