Include timer_end in TournamentSerializer
This commit is contained in:
parent
16e65a3b03
commit
f7dc8411f4
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
class TournamentSerializer < SimpleTournamentSerializer
|
class TournamentSerializer < SimpleTournamentSerializer
|
||||||
attributes :description, :playoff_teams_amount,
|
attributes :description, :playoff_teams_amount,
|
||||||
:instant_finalists_amount, :intermediate_round_participants_amount
|
:instant_finalists_amount, :intermediate_round_participants_amount, :timer_end
|
||||||
has_many :stages
|
has_many :stages
|
||||||
has_many :teams
|
has_many :teams
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue