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

Commit 6fee856d by Sascha Depold

Merge pull request #279 from joshm/ret_vals

Attribute selection during find commands
2 parents 257dbddf 42a72669
Showing with 2 additions and 0 deletions
......@@ -210,6 +210,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!