This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian
/
lpr-partynest
Archived
Watch
1
Star
0
Fork
You've already forked lpr-partynest
0
Code
Activity
This repository has been archived on
2023-03-27
. You can view files and clone it, but cannot push or open issues or pull requests.
da7d84ba51
lpr-partynest
/
factories
/
roles.rb
8 lines
106 B
Ruby
Raw
Normal View
History
Unescape
Escape
Configure Rolify
2018-11-29 18:26:48 -05:00
# frozen_string_literal: true
FactoryBot
.
define
do
factory
:role
do
Require Role#name
2018-12-05 20:48:13 -05:00
name
{
'superuser'
}
Configure Rolify
2018-11-29 18:26:48 -05:00
end
end
Copy permalink