Remove single resource admin config from seed data (#12859)
This commit is contained in:
parent
ce523ad58b
commit
932a8a29c9
1 changed files with 0 additions and 1 deletions
|
|
@ -147,7 +147,6 @@ seeder.create_if_doesnt_exist(User, "email", "admin@forem.local") do
|
|||
)
|
||||
|
||||
user.add_role(:super_admin)
|
||||
user.add_role(:single_resource_admin, Config)
|
||||
end
|
||||
|
||||
##############################################################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue