3 lines
85 B
CoffeeScript
3 lines
85 B
CoffeeScript
App.MyAccountRoute = Ember.Route.extend
|
|
model: -> @get('globals.current_employee')
|