mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 20:41:01 +00:00
5 lines
87 B
Ruby
5 lines
87 B
Ruby
class GathererSerializer < ApplicationSerializer
|
|
attributes :id
|
|
|
|
has_one :user
|
|
end
|