module Ecom module Core class UserSerializer < ApplicationSerializer attributes :id, :first_name, :last_name, :email, :active end end end