12 lines
201 B
Ruby
12 lines
201 B
Ruby
User.seed(:id, [
|
|
{
|
|
id: 1,
|
|
name: "Administrator",
|
|
email: "admin@local.host",
|
|
username: 'root',
|
|
password: "5iveL!fe",
|
|
password_confirmation: "5iveL!fe",
|
|
admin: true,
|
|
}
|
|
])
|