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