trailsjs / trailpack-bookshelf

:package: Bookshelf.js Trailpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hasTimestamps config is broken

jamesjwarren opened this issue · comments

Setting timestamps in model config doesn't override global setting:

static config () {
  return {
    hasTimestamps: ['created', 'updated']
  };
}