mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 21:31:28 +00:00
6 lines
87 B
Ruby
6 lines
87 B
Ruby
|
class GathererSerializer < ApplicationSerializer
|
||
|
attributes :id
|
||
|
|
||
|
has_one :user
|
||
|
end
|