Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2025-03-16 12:47:02 +01:00
8 Zeilen
186 B
Ruby
8 Zeilen
186 B
Ruby
![]() |
class CustomWizard::Api::LogSerializer < ApplicationSerializer
|
||
|
attributes :log_id,
|
||
|
:time,
|
||
|
:status,
|
||
|
:endpoint_url,
|
||
|
:error
|
||
|
end
|