Skip to content
Snippets Groups Projects
Commit 4ce77a63 authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

add role partner

parent 0a4e9ff4
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ Role.create(name: 'moderator', description: 'This role represents a content Mode
Role.create(name: 'supervisor', description: 'This role represents an user Supervisor in Portal MEC.')
Role.create(name: 'editor', description: 'This role represents a content Supervisor in Portal MEC, with less privileges than admin.')
Role.create(name: 'submitter', description: 'This role represents a content submitter in Portal MEC.')
Role.create(name: 'partner', description: 'This role represents a partner Portal MEC.')
# create the default admin
User.create(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment