16 lines
307 B
YAML
16 lines
307 B
YAML
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||
|
|
||
|
one:
|
||
|
title: MyString
|
||
|
url: MyString
|
||
|
author: MyString
|
||
|
content: MyText
|
||
|
published: 2012-04-07 18:52:40
|
||
|
|
||
|
two:
|
||
|
title: MyString
|
||
|
url: MyString
|
||
|
author: MyString
|
||
|
content: MyText
|
||
|
published: 2012-04-07 18:52:40
|