Remove annotations relationship on job

This commit is contained in:
Piotr Sarnacki 2015-12-29 12:26:10 +01:00
parent e60b0a0224
commit ece4141cc5

View File

@ -24,7 +24,6 @@ export default Model.extend(DurationCalculations, {
build: DS.belongsTo('build', { async: true }),
commit: DS.belongsTo('commit', { async: true }),
branch: Ember.computed.alias('build.branch'),
annotations: DS.hasMany('annotation'),
log: function() {
this.set('isLogAccessed', true);