mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 05:32:52 +00:00
16 lines
318 B
YAML
16 lines
318 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
email: MyString
|
|
username: MyString
|
|
encrypted_password: MyString
|
|
bio: MyText
|
|
profile_public: false
|
|
|
|
two:
|
|
email: MyString
|
|
username: MyString
|
|
encrypted_password: MyString
|
|
bio: MyText
|
|
profile_public: false
|