Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
4 Zeilen
146 B
Ruby
4 Zeilen
146 B
Ruby
# frozen_string_literal: true
|
|
class CustomWizard::LogSerializer < ApplicationSerializer
|
|
attributes :date, :wizard, :action, :user, :message
|
|
end
|