mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 16:11:52 +08:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
import DS from 'ember-data';
|
|
|
|
export default DS.Model.extend({
|
|
notification: DS.belongsTo('notification')
|
|
});
|