From bc2782cb5b1b782b3dc5175f068a08667c5045c1 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 31 May 2013 18:56:11 +0200 Subject: [PATCH] Added taskbar model to init collection. --- app/controllers/sessions/collection_base.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/sessions/collection_base.rb b/app/controllers/sessions/collection_base.rb index 72af949cd..3827228d5 100644 --- a/app/controllers/sessions/collection_base.rb +++ b/app/controllers/sessions/collection_base.rb @@ -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 @@ -20,4 +21,4 @@ module ExtraCollection end end module_function :session, :push -end \ No newline at end of file +end