# frozen_string_literal: true
class CustomWizard::LogSerializer < ApplicationSerializer
  attributes :message, :date
end