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