Skip to content

Commit

Permalink
sponsorshipタグのブログ記事の初期データの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
SuzukiShuntarou committed Feb 15, 2025
1 parent 5d57698 commit a6ac8b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions db/fixtures/articles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,14 @@ article<%= id %>:
wip: false
published_at: "2022-03-14 00:00:00"
<% end %>

<% (41..55).each do |id| %>
article<%= id %>:
title: test title<%= id %>
body: |-
test body<%= id %>
user: komagata
wip: false
published_at: "2022-03-14 00:00:00"
thumbnail_type: :sponsorship
<% end %>

0 comments on commit a6ac8b4

Please sign in to comment.