Browse Source

Fixed role assignment.

Martin Edenhofer 9 years ago
parent
commit
581328361b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      db/seeds.rb

+ 1 - 1
db/seeds.rb

@@ -1604,7 +1604,7 @@ user_community = User.create_or_update(
   email: 'nicole.braun@zammad.org',
   password: '',
   active: true,
-  roles: roles,
+  roles: [roles],
   organization_id: org_community.id,
 )