20 lines
349 B
YAML
20 lines
349 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
annonce_account_id:
|
|
cred: false
|
|
debt: false
|
|
value: 1
|
|
note: MyString
|
|
operation_id: 1
|
|
operation_type: MyString
|
|
|
|
two:
|
|
annonce_account_id:
|
|
cred: false
|
|
debt: false
|
|
value: 1
|
|
note: MyString
|
|
operation_id: 1
|
|
operation_type: MyString
|