appsflare/ludicrum-api

View on GitHub
api/models/Commented.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * UserCommented.js
 *
 * @description :: TODO: You might write a short summary of how this model works and what it represents here.
 * @docs        :: http://sailsjs.org/#!documentation/models
 */

module.exports = {
  orientdbClass: 'E',
  autoUpdatedAt: false,
  attributes: {}
};