user blocking
This commit is contained in:
parent
ccb6e23960
commit
2804c55fd9
9 changed files with 44 additions and 11 deletions
|
@ -40,16 +40,19 @@ User.create([
|
|||
{
|
||||
email: 'abc@o2.pl',
|
||||
password: 'aaaaaaaa',
|
||||
role: :admin
|
||||
role: :admin,
|
||||
status: :ready
|
||||
},
|
||||
{
|
||||
email: 'abcd@o2.pl',
|
||||
password: 'aaaaaaaa',
|
||||
role: :customer
|
||||
role: :customer,
|
||||
status: :ready
|
||||
},
|
||||
{
|
||||
email: 'abcde@o2.pl',
|
||||
password: 'aaaaaaaa',
|
||||
role: :customer
|
||||
role: :customer,
|
||||
status: :ready
|
||||
},
|
||||
])
|
Loading…
Add table
Add a link
Reference in a new issue