# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
- title: MyString
- slug: MyString
+ title: Page One
+ slug: page-one-<%= SecureRandom.hex(4) %>
content: MyText
visibility: 1
two:
- title: MyString
- slug: MyString
+ title: Page Two
+ slug: page-two-<%= SecureRandom.hex(4) %>
content: MyText
visibility: 1
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
- post_type: MyString
- title: MyString
- slug: MyString
+ post_type: dispatch
+ title: Post One
+ slug: post-one-<%= SecureRandom.hex(4) %>
published_at: 2024-09-14 17:08:02
excerpt: MyText
tags: MyText
content: MyText
- url: MyString
+ url: https://example.com/1
two:
- post_type: MyString
- title: MyString
- slug: MyString
+ post_type: bookmark
+ title: Post Two
+ slug: post-two-<%= SecureRandom.hex(4) %>
published_at: 2024-09-14 17:08:02
excerpt: MyText
tags: MyText
content: MyText
- url: MyString
+ url: https://example.com/2