Add Bet serializer
This commit is contained in:
parent
48fc9fab57
commit
6d12f889c5
|
|
@ -0,0 +1,6 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
class BetSerializer < ApplicationSerializer
|
||||||
|
belongs_to :match
|
||||||
|
belongs_to :team
|
||||||
|
end
|
||||||
Loading…
Reference in New Issue