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