module Comee module Core class RoleSerializer < ActiveModel::Serializer attributes :id, :code, :name belongs_to :application_module end end end