Initial commit of foodsoft 2
This commit is contained in:
commit
5b9a7e05df
657 changed files with 70444 additions and 0 deletions
16
test/fixtures/users.yml
vendored
Normal file
16
test/fixtures/users.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
admin:
|
||||
id: 1
|
||||
nick: admin
|
||||
first_name: Anton
|
||||
last_name: Admininistrator
|
||||
email: admin@foo.test
|
||||
#TODO: password can't loaded directyl to the database
|
||||
#password_hash:
|
||||
#password_salt:
|
||||
test:
|
||||
id: 2
|
||||
nick: test
|
||||
first_name: Tim
|
||||
last_name: Tester
|
||||
email: test@foo.test
|
||||
Loading…
Add table
Add a link
Reference in a new issue