initial github commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// Generated by CoffeeScript 1.12.5
|
||||
import DS from 'ember-data';
|
||||
|
||||
export default DS.Model.extend({
|
||||
client_identifier: DS.attr('string'),
|
||||
identifier: DS.attr('string'),
|
||||
event_key: DS.attr('string'),
|
||||
event_value: DS.attr('string'),
|
||||
event_timestamp: DS.attr('moment'),
|
||||
source: DS.attr('string'),
|
||||
project_instance_action: DS.belongsTo('panda/project-instance-action', {
|
||||
inverse: 'events'
|
||||
})
|
||||
});
|
||||
Reference in New Issue
Block a user