Moved to App.Model.
This commit is contained in:
parent
66396b7029
commit
ddbac79251
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
class App.Overview extends Spine.Model
|
||||
class App.Overview extends App.Model
|
||||
@configure 'Overview', 'name', 'link', 'prio', 'condition', 'order', 'group_by', 'view', 'user_id', 'organization_shared', 'role_id', 'order', 'group_by', 'active', 'updated_at'
|
||||
@extend Spine.Model.Ajax
|
||||
@url: @apiPath + '/overviews'
|
||||
|
|
Loading…
Reference in a new issue