module Ecom module Core class ApplicationModuleSerializer < ApplicationSerializer attributes :id, :code, :name end end end