Bringing on
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
desc: MyText
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
desc: MyText
|
||||
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user