intercity/intercity-next

View on GitHub
app/views/users/destroy.js.erb

Summary

Maintainability
Test Coverage
<% if @user.destroyed? %>
  $('body').find('#<%= dom_id(@user) %>').fadeOut(300, function() { $(this).remove()});
<% end %>