module Ecom module Core class LookupSerializer < ApplicationSerializer attributes :name, :type end end end