0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 07:41:11 +02:00
discourse-custom-wizard/serializers/api/endpoint_serializer.rb

6 Zeilen
128 B
Ruby

2019-05-31 09:54:11 +02:00
class CustomWizard::Api::EndpointSerializer < ApplicationSerializer
attributes :id,
:type,
:url
end