Skip to content

Commit

Permalink
Updated examples to match latest API
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Dec 28, 2013
1 parent 1a51ddc commit 4a9c2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/UserModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var Concoction = require('concoction');
}
},
hooks: {
beforeCreate: function (done) {
creating: function (done) {
var item = this;

item._id = item.username;
Expand Down

0 comments on commit 4a9c2f6

Please sign in to comment.