mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 13:51:26 +00:00
4 lines
75 B
Ruby
4 lines
75 B
Ruby
|
class ServerSerializer < ApplicationSerializer
|
||
|
attributes :id, :name
|
||
|
end
|