18 lines
245 B
YAML
18 lines
245 B
YAML
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||
|
|
||
|
one:
|
||
|
name: MyString
|
||
|
album_id: 1
|
||
|
position: 1
|
||
|
bonus: 1
|
||
|
live: 1
|
||
|
acoustic: 1
|
||
|
|
||
|
two:
|
||
|
name: MyString
|
||
|
album_id: 1
|
||
|
position: 1
|
||
|
bonus: 1
|
||
|
live: 1
|
||
|
acoustic: 1
|