dchester / epilogue

Create flexible REST endpoints and controllers from Sequelize models in your Express app
846 stars 116 forks source link

Omit assocition, if autoPopulate is set to false #126

Closed klickyniko closed 8 years ago

klickyniko commented 8 years ago

If the resource's autoPopulate option is explicitly set to false, it will not be added to the include list

mbroadst commented 8 years ago

LGTM, thanks for the contribution!