JsonTest.js 271 B

123456789101112131415
  1. /**
  2. * JsonTest.js
  3. *
  4. * @description :: TODO: You might write a short summary of how this model works and what it represents here.
  5. * @docs :: http://sailsjs.org/#!documentation/models
  6. */
  7. module.exports = {
  8. attributes: {
  9. message : { type: 'string' }
  10. }
  11. };