andela/eventx

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

Summary

Maintainability
Test Coverage
$("#eventSponsors").html("<%= j(render('event_sponsors', sponsors: @sponsors))%>")

<% if flash[:success] %>
$("#toast").html("<%= j(render('event_sponsor_toast')) %>");
<% end %>