dchester / epilogue

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

Add epilogue.initialize([options.resource]) #137

Open cusspvz opened 8 years ago

cusspvz commented 8 years ago

This PR adds the resource option on epilogue.initialize that allows a definition of default options properties for the further epilogue.resource calls.

cusspvz commented 8 years ago

Fixed failed test, explaination on 41862dc commit's message.

cusspvz commented 8 years ago

@mbroadst do you want to note anything on this implementation?

mbroadst commented 8 years ago

@cusspvz hey are you going to make that change? I think we can go ahead and merge this then

cusspvz commented 8 years ago

Yep, I've arranged some time to work on Backend tomorrow, but I will update that on the next few hours.

friederschueler commented 7 years ago

Any update on this?