Added post relations

This commit is contained in:
Marcin Kurczewski
2014-09-25 23:53:47 +02:00
parent 22b30c3e43
commit 5dc85b7dee
20 changed files with 213 additions and 18 deletions

View File

@ -30,6 +30,7 @@ App.Auth = function(_, jQuery, util, api, appState, promise) {
changePostTags: 'changePostTags',
changePostContent: 'changePostContent',
changePostThumbnail: 'changePostThumbnail',
changePostRelations: 'changePostRelations',
listTags: 'listTags',
};