More2Life / m2l-server

More2Life App Server
https://m2l-server.herokuapp.com
2 stars 0 forks source link

Identifying feedItem type for consumers #19

Closed dodgertodd closed 7 years ago

dodgertodd commented 7 years ago

The descriminator thing from Mongoose seems pretty cool. The way you've got it set up @kingbrendann , does that descriminatorKey: type bit take care of adding a field called "type" to the model that will be returned to consumers?

kingbrendann commented 7 years ago

Yep!