Added taskbar model to init collection.
This commit is contained in:
parent
903b5a158d
commit
bc2782cb5b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue