2012-11-21 06:54:05 +01:00
|
|
|
User.seed(:id, [
|
|
|
|
{
|
|
|
|
id: 1,
|
2012-11-23 19:11:09 +01:00
|
|
|
name: "Administrator",
|
2012-11-21 06:54:05 +01:00
|
|
|
email: "admin@local.host",
|
2012-11-23 19:11:09 +01:00
|
|
|
username: 'root',
|
|
|
|
password: "5iveL!fe",
|
2012-11-21 06:54:05 +01:00
|
|
|
password_confirmation: "5iveL!fe",
|
|
|
|
admin: true,
|
|
|
|
}
|
|
|
|
])
|