ensl.org/app/serializers/gather_server_serializer.rb

6 lines
101 B
Ruby
Raw Permalink Normal View History

2014-10-14 02:30:28 +00:00
class GatherServerSerializer < ApplicationSerializer
attributes :id, :votes
has_one :server
end