21 lines
542 B
YAML
21 lines
542 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
|
|
|
person_one:
|
|
id: 29
|
|
login: "yanxd"
|
|
hashed_password: "432257ccaebe6b33158a88b2db2135796505762b"
|
|
firstname: "Inc."
|
|
lastname: "yan"
|
|
mail: "test@hotmail.com"
|
|
admin: 0
|
|
status: 1
|
|
last_login_on: "2014-02-17 08:27:52"
|
|
language: "zh"
|
|
auth_source_id: nil
|
|
created_on: "2013-07-11 08:33:38"
|
|
updated_on: "2013-10-25 09:37:40"
|
|
type: "User"
|
|
identity_url: nil
|
|
mail_notification: "only_my_events"
|
|
salt: "84dc6508506671255b120d28e348f3ad"
|