1 2 3 4 5 6
# frozen_string_literal: true # The serializer for the user account model. class UserAccountSerializer < BaseSerializer attributes :email, :first_name, :last_name, :role end