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