RailsCasts Pro episodes are now free!

Learn more or hide this

theycallmeS's Profile

GitHub User: theycallmeS

Comments by

Avatar

for those having 'undefined' tasks on the list in their example, change the addtask function to the following:

function addTask(line) {
$('#tasks').append('' + line.task.name + '');
}