Added taskbar model to init collection.

This commit is contained in:
Martin Edenhofer 2013-05-31 18:56:11 +02:00
parent 903b5a158d
commit bc2782cb5b

View file

@ -2,6 +2,7 @@ module ExtraCollection
def session( collections, user )
# all base stuff
collections['Taskbar'] = Taskbar.all
collections['Role'] = Role.all
collections['Group'] = Group.all