mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
14 lines
281 B
YAML
14 lines
281 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
user: one
|
|
promo_code_id: 1
|
|
expires_at: 2019-07-06 02:33:03
|
|
content_type: MyString
|
|
|
|
two:
|
|
user: two
|
|
promo_code_id: 1
|
|
expires_at: 2019-07-06 02:33:03
|
|
content_type: MyString
|