Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2025-02-18 10:27:01 +01:00
6 Zeilen
128 B
Ruby
6 Zeilen
128 B
Ruby
![]() |
class CustomWizard::Api::EndpointSerializer < ApplicationSerializer
|
||
|
attributes :id,
|
||
|
:type,
|
||
|
:url
|
||
|
end
|