ensl.org/app/serializers/gatherer_serializer.rb

6 lines
87 B
Ruby
Raw Normal View History

2014-10-14 02:30:28 +00:00
class GathererSerializer < ApplicationSerializer
attributes :id
has_one :user
end