mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 04:21:36 +00:00
5 lines
101 B
Ruby
5 lines
101 B
Ruby
class GatherServerSerializer < ApplicationSerializer
|
|
attributes :id, :votes
|
|
|
|
has_one :server
|
|
end
|