mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fix access-rules plugin description comment (#7665)
no issue The plugin extends `Bookshelf.Model.forge` not` Bookshelf.Model.force`
This commit is contained in:
parent
07618911b4
commit
ad9b59c87c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// # Access Rules
|
||||
//
|
||||
// Extends Bookshelf.Model.force to take a 'context' option which provides information on how this query should
|
||||
// Extends Bookshelf.Model.forge to take a 'context' option which provides information on how this query should
|
||||
// be treated in terms of data access rules - currently just detecting public requests
|
||||
module.exports = function (Bookshelf) {
|
||||
var model = Bookshelf.Model,
|
||||
|
|
Loading…
Reference in a new issue