Skip to content

Commit

Permalink
Merge branch 'v0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Nov 20, 2012
2 parents f5964aa + c8a5ce8 commit 9df9550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todo_app/app/controllers/todos.js
Expand Up @@ -47,7 +47,7 @@ var Todos = function () {
this.update = function (req, resp, params) {
var self = this;
geddy.model.Todo.first(params.id, function (err, todo) {
todo.updateAttributes(params);
todo.updateProperties(params);

todo.save(function (err, data) {
if (err) {
Expand Down

0 comments on commit 9df9550

Please sign in to comment.