3 lines
86 B
CoffeeScript
3 lines
86 B
CoffeeScript
App.ReadPathHelper = Ember.Helper.helper ([object, path])->
|
|
Ember.get(object, path)
|