2021-03-11 17:30:15 +11:00
|
|
|
# frozen_string_literal: true
|
2020-04-15 10:46:44 +10:00
|
|
|
class CustomWizard::LogSerializer < ApplicationSerializer
|
2021-08-10 21:18:02 +08:00
|
|
|
attributes :date, :wizard, :action, :user, :message
|
2021-03-11 17:30:15 +11:00
|
|
|
end
|