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

Commit 42a72669 by joshm

adding returned_values to only get the values were requested during a find or otherwise

1 parent 80a004eb
Showing with 2 additions and 0 deletions
......@@ -200,6 +200,8 @@ module.exports = (function() {
instance.isNewRecord = options.hasOwnProperty('isNewRecord') ? options.isNewRecord : true
instance.returned_values = values
return instance
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!