不要怂,就是干,撸起袖子干!

Commit f9248707 by sdepold

added missing function to abstract class

1 parent e7fde18a
Showing with 7 additions and 0 deletions
......@@ -204,6 +204,13 @@ module.exports = (function() {
*/
attributesToSQL: function(attributes) {
throwMethodUndefined('attributesToSQL')
},
/*
Returns all auto increment fields of a factory.
*/
findAutoIncrementField: function(factory) {
throwMethodUndefined('findAutoIncrementField')
}
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!