Init version of dashboard stats.

This commit is contained in:
Martin Edenhofer 2015-09-07 00:44:56 +02:00
parent aee48e22c2
commit c4a2996da0

View file

@ -0,0 +1,4 @@
class App.StatsStore extends App.Model
@configure 'StatsStore', 'name', 'state'
@extend Spine.Model.Ajax
@url: @apiPath + '/stats_store'