mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 20:41:01 +00:00
4 lines
72 B
Ruby
4 lines
72 B
Ruby
|
class MapSerializer < ApplicationSerializer
|
||
|
attributes :id, :name
|
||
|
end
|