mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Fixed path to CRUD plugin
no issue - I renamed this just before pushing the previous commits but forgot to update it here
This commit is contained in:
parent
c86ac27dcf
commit
3ffba967f2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ ghostBookshelf.plugin(plugins.collision);
|
|||
// Load hasPosts plugin for authors models
|
||||
ghostBookshelf.plugin(plugins.hasPosts);
|
||||
|
||||
ghostBookshelf.plugin(require('./bookshelf-crud'));
|
||||
ghostBookshelf.plugin(require('./crud'));
|
||||
|
||||
// Manages nested updates (relationships)
|
||||
ghostBookshelf.plugin('bookshelf-relations', {
|
||||
|
|
Loading…
Add table
Reference in a new issue