This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2022-07-05 02:41:40 +02:00
|
|
|
Fabricator(:user_role) do
|
|
|
|
name "MyString"
|
2023-01-25 19:55:40 +01:00
|
|
|
color ""
|
|
|
|
permissions 0
|
|
|
|
end
|