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

5 lines
95 B
Ruby

class GatherMapSerializer < ApplicationSerializer
attributes :id, :votes
has_one :map
end