blob: 3dc1deb84bcdff711648b65f04e09ac2521f031f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
name: MyString
category: MyString
content: MyText
image: MyString
live_date: 2024-04-08
update_date: 2024-04-08
two:
name: MyString
category: MyString
content: MyText
image: MyString
live_date: 2024-04-08
update_date: 2024-04-08
|