Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-12 21:22:54 +01:00
5 Zeilen
128 B
Ruby
5 Zeilen
128 B
Ruby
class CustomWizard::Api::EndpointSerializer < ApplicationSerializer
|
|
attributes :id,
|
|
:type,
|
|
:url
|
|
end
|