nekomaho/task-controller

View on GitHub
app/views/tasks/new.js.erb

Summary

Maintainability
Test Coverage
$('#task-modal').html("<%= j(render partial: '/tasks/modal_edit', task: @task) %>");
$('#task-modal').modal('show');