3 lines
125 B
Ruby
3 lines
125 B
Ruby
json.extract! game, :id, :title, :participants_count, :memo, :created_at, :updated_at
|
|
json.url game_url(game, format: :json)
|