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

5 lines
87 B
Ruby

class GathererSerializer < ApplicationSerializer
attributes :id
has_one :user
end