TechLadies/home-web

View on GitHub
app/views/follow_ups/create.js.erb

Summary

Maintainability
Test Coverage
$('#follow-ups tbody').html('<%= j render @case_file.follow_ups.order(created_at: :desc) %>');

$('#modal').modal('hide');