14 lines
249 B
YAML
14 lines
249 B
YAML
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
||
|
one:
|
||
|
name: MyString
|
||
|
purchase_price: 1
|
||
|
sale_price: 1
|
||
|
img_path: MyString
|
||
|
|
||
|
two:
|
||
|
name: MyString
|
||
|
purchase_price: 1
|
||
|
sale_price: 1
|
||
|
img_path: MyString
|