UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

16 lines (13 loc) 251 B
Ext.define('Admin.model.faq.Category', { extend: 'Admin.model.Base', fields: [ { type: 'string', name: 'name' } ], hasMany: { name: 'questions', model: 'faq.Question' } });