Update flash message

This commit is contained in:
Matthew Dillon 2015-07-14 13:34:50 -08:00
parent 2343913f91
commit 6ce2fbe83b
3 changed files with 5 additions and 7 deletions

View file

@ -10,10 +10,6 @@ export default Ember.Route.extend(ApplicationRouteMixin, {
});
},
didTransition: function() {
this.get('flashMessages').clearMessages();
return true;
},
},
}
});