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