ensl.org/app/serializers/gather_serializer.rb
2014-10-13 22:30:28 -04:00

8 lines
210 B
Ruby

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