Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 17:30:29 +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
|