4 lines
96 B
CoffeeScript
4 lines
96 B
CoffeeScript
Travis.CurrentUserController = Em.ObjectController.extend
|
|
sync: ->
|
|
@get('content').sync()
|