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