trailsjs / trailpack-bookshelf

:package: Bookshelf.js Trailpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README is wrong

zuker opened this issue · comments

return this.orm.Person.forge({ name }) - not compatible with node 4

Doc comment is wrong
Finds people with the given birthday.
...
findPeopleByName(name)