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