Skip to content
Snippets Groups Projects
role_serializer.rb 89 B
Newer Older
class RoleSerializer < ActiveModel::Serializer
  attributes :id, :name, :description
end