open-nomad/ui/mirage/serializers/task-state.js
Alex Dadgar e5ec915ac3 sync
2017-09-19 10:08:23 -05:00

7 lines
140 B
JavaScript

import ApplicationSerializer from './application';
export default ApplicationSerializer.extend({
embed: true,
include: ['events'],
});