Sprankelprachtig aan/afmeldsysteem

users.yml 345B

12345678910111213141516
  1. # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
  2. one:
  3. email: MyString
  4. password_hash: MyString
  5. confirmation_token: MyString
  6. password_reset_token: MyString
  7. person: one
  8. two:
  9. email: MyString
  10. password_hash: MyString
  11. confirmation_token: MyString
  12. password_reset_token: MyString
  13. person: two