import Service from '../service'; export default Service.extend({ modelName: 'Sound', createConstraints: { file: { presence: true, } } });