Skip to content

Commit

Permalink
Add support for ACLS
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Nov 30, 2016
1 parent 7bc9f5a commit a5abdff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/setup-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = function setupModelFn(app) {
plural: 'Queue',
base: 'Model',
description: 'Provide access to data about the queues and the rabbitmq server',
acls: _.get(app, 'settings.loopback-component-mq.options.acls', []),
})

// eslint-disable-next-line global-require
Expand Down

0 comments on commit a5abdff

Please sign in to comment.