Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mde/geddy
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Sep 21, 2012
2 parents 8bd6324 + 43c3577 commit fb5aa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -302,7 +302,7 @@ User.prototype.someOtherMethod = function () {
// Do some other stuff // Do some other stuff
}; };


User = geddy.model.registerModel('User', User); User = geddy.model.register('User', User);
``` ```


Alternatively, you can use the `defineProperties` method to lay out your model: Alternatively, you can use the `defineProperties` method to lay out your model:
Expand Down

0 comments on commit fb5aa7c

Please sign in to comment.