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