v1.0
This commit is contained in:
parent
93efff9452
commit
0f6ebcb694
317 changed files with 11347 additions and 0 deletions
11
db/fixtures/development/001_admin.rb
Normal file
11
db/fixtures/development/001_admin.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Admin account
|
||||
admin = User.create(
|
||||
:email => "admin@local.host",
|
||||
:name => "Administrator",
|
||||
:password => "5iveL!fe",
|
||||
:password_confirmation => "5iveL!fe"
|
||||
)
|
||||
|
||||
admin.projects_limit = 10000
|
||||
admin.admin = true
|
||||
admin.save!
|
Loading…
Add table
Add a link
Reference in a new issue