Browse Source

use strict

Sotaro KARASAWA 10 years ago
parent
commit
34d93ef84f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/models/index.js

+ 2 - 0
lib/models/index.js

@@ -1,3 +1,5 @@
+'use strict';
+
 module.exports = {
   Page: require('./page'),
   User: require('./user'),