mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-23 00:00:02 +01:00
8 lines
184 B
JavaScript
8 lines
184 B
JavaScript
import ApplicationSerializer from './application';
|
|
|
|
export default ApplicationSerializer.extend({
|
|
attrs: {
|
|
project: { serialize: 'ids' },
|
|
plots: { serialize: 'ids' }
|
|
}
|
|
});
|