掲示板実装
This commit is contained in:
12
test/fixtures/games.yml
vendored
12
test/fixtures/games.yml
vendored
@@ -1,11 +1,13 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
title: MyString
|
||||
participants_count: 1
|
||||
memo: MyText
|
||||
title: GameOne
|
||||
status: in_progress
|
||||
turn_schedule: "0,12"
|
||||
participants_count: 7
|
||||
|
||||
two:
|
||||
title: MyString
|
||||
title: GameTwo
|
||||
status: recruiting
|
||||
turn_schedule: "0,12"
|
||||
participants_count: 1
|
||||
memo: MyText
|
||||
|
||||
Reference in New Issue
Block a user