Add reload action to generalized application route
This commit is contained in:
@@ -182,3 +182,7 @@ export default Ember.Mixin.create ApplicationRouteMixin,
|
||||
@get('model').destroyRecord()
|
||||
@send 'closeModal' unless @preventClose
|
||||
false
|
||||
|
||||
reload: (target) ->
|
||||
target?.reload?()
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user