Init version of dashboard stats.
This commit is contained in:
parent
aee48e22c2
commit
c4a2996da0
1 changed files with 4 additions and 0 deletions
4
app/assets/javascripts/app/models/stats_store.js.coffee
Normal file
4
app/assets/javascripts/app/models/stats_store.js.coffee
Normal file
|
@ -0,0 +1,4 @@
|
|||
class App.StatsStore extends App.Model
|
||||
@configure 'StatsStore', 'name', 'state'
|
||||
@extend Spine.Model.Ajax
|
||||
@url: @apiPath + '/stats_store'
|
Loading…
Reference in a new issue