ensl.org/app/serializers/gather_serializer.rb

9 lines
210 B
Ruby
Raw Normal View History

2014-10-14 02:30:28 +00:00
class GatherSerializer < ApplicationSerializer
attributes :id, :status, :votes, :turn, :lastpick1, :lastpick2
has_one :category
has_many :gatherers
has_many :gather_servers
has_many :gather_maps
end