Add position to MatchSerializer

This commit is contained in:
Thor77 2018-12-11 15:42:37 +01:00
parent d1bc3de6b0
commit 5126e5ae76
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
class MatchSerializer < ApplicationSerializer class MatchSerializer < ApplicationSerializer
attributes :state attributes :state, :position
has_many :match_scores has_many :match_scores
end end