Add pickups role

This commit is contained in:
Patrick Gansterer 2017-11-15 23:58:11 +01:00
parent 4c41a99fde
commit ac11ba1cc1
14 changed files with 42 additions and 15 deletions

View file

@ -7,6 +7,7 @@ administrators = Workgroup.create(
:role_admin => true,
:role_finance => true,
:role_article_meta => true,
:role_pickups => true,
:role_suppliers => true,
:role_orders => true
)