f73837fba3
refs d40740b0ec
- dropped use of `@classic` for auto-converted classes
- switched remaining EmberObject serializers to native classes
6 lines
138 B
JavaScript
6 lines
138 B
JavaScript
import ApplicationSerializer from './application';
|
|
|
|
export default class Theme extends ApplicationSerializer {
|
|
primaryKey = 'name';
|
|
}
|