Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-26 11:00:28 +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
|