Skip to content

Commit ffeae43

Browse files
committed
fix(orm): Fixes orm paths.
1 parent ea178db commit ffeae43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/models/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var path = require( 'path' )
44
, models = {};
55

66
dbModules.forEach( function( type ) {
7-
if ( moduleLoader.moduleIsEnabled( type ) ) {
7+
if ( moduleLoader.moduleIsEnabled( 'clever-' + type ) ) {
88
models[ type ] = {};
99
moduleLoader.modules.forEach( function( theModule ) {
1010
Object.keys( theModule.models[ type ] ).forEach( function( key ) {

0 commit comments

Comments
 (0)