Closed zekenie closed 2 years ago
I've made a couple of changes to the entity template making it a little more DRY. I took advantage of the express params tool to implement a load function which avoids having to search for single records in find,update, and destroy.
params
load
find
update
destroy
I've made a couple of changes to the entity template making it a little more DRY. I took advantage of the express
params
tool to implement aload
function which avoids having to search for single records infind
,update
, anddestroy
.