Added 'list_tags'.

This commit is contained in:
David Snopek
2013-07-24 19:28:24 +01:00
parent e228c0739b
commit 46dab1c612
2 changed files with 13 additions and 0 deletions

View File

@@ -321,6 +321,9 @@ class CollectionHandler(RestHandlerBase):
col.addNote(note)
def list_tags(self, col, req):
return col.tags.all()
#
# DECKS - Groups of cards
#