From 500b082f1a9eb01602a7919fafae91a9721063e6 Mon Sep 17 00:00:00 2001 From: Marcela Ribeiro de Oliveira <mro15@inf.ufpr.br> Date: Mon, 3 Jul 2017 14:21:23 -0300 Subject: [PATCH] adding role submitter --- db/seeds.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/seeds.rb b/db/seeds.rb index 15db0a982..d53fbd2db 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -12,6 +12,7 @@ Role.create(name: 'curator', description: 'This role represents a content Curato Role.create(name: 'moderator', description: 'This role represents a content Moderator in Portal MEC, with less privileges than admin.') 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.') # create the default admin User.create( -- GitLab