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