16 lines
233 B
YAML
16 lines
233 B
YAML
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||
|
|
||
|
one:
|
||
|
name: MyString
|
||
|
artist_id: 1
|
||
|
year: 1
|
||
|
status: 1
|
||
|
pic_url: MyString
|
||
|
|
||
|
two:
|
||
|
name: MyString
|
||
|
artist_id: 1
|
||
|
year: 1
|
||
|
status: 1
|
||
|
pic_url: MyString
|