Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2025-03-16 04:37:02 +01:00
7 Zeilen
186 B
Ruby
7 Zeilen
186 B
Ruby
class CustomWizard::Api::LogSerializer < ApplicationSerializer
|
|
attributes :log_id,
|
|
:time,
|
|
:status,
|
|
:endpoint_url,
|
|
:error
|
|
end
|