ensl.org/app/serializers/gather_map_serializer.rb

6 lines
95 B
Ruby
Raw Permalink Normal View History

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