mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 13:21:29 +00:00
6 lines
95 B
Ruby
6 lines
95 B
Ruby
|
class GatherMapSerializer < ApplicationSerializer
|
||
|
attributes :id, :votes
|
||
|
|
||
|
has_one :map
|
||
|
end
|