フロントエンドプレイアブル
This commit is contained in:
2
app/views/turns/_turn.json.jbuilder
Normal file
2
app/views/turns/_turn.json.jbuilder
Normal file
@@ -0,0 +1,2 @@
|
||||
json.extract! turn, :id, :number, :phase, :game_state, :possible_orders, :orders, :svg_date, :game_id, :created_at, :updated_at
|
||||
json.url turn_url(turn, format: :json)
|
||||
Reference in New Issue
Block a user