Organization.loadAll = function (ctx, next) {
  Organization.all(function (err, orgs, res) {
    if (err || !res.ok) {
      next(err || res.text)
    } else {