15 lines
280 B
YAML
15 lines
280 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
description: MyString
|
|
payment: 9.99
|
|
period: 1
|
|
autopaid: false
|
|
estimated: false
|
|
|
|
two:
|
|
description: MyString
|
|
payment: 9.99
|
|
period: 1
|
|
autopaid: false
|
|
estimated: false
|