0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-10-18 20:02:38 +02:00
discourse-custom-wizard/app/serializers/custom_wizard/api/basic_endpoint_serializer.rb
2024-10-16 13:52:03 +02:00

4 Zeilen
133 B
Ruby

# frozen_string_literal: true
class CustomWizard::Api::BasicEndpointSerializer < ::ApplicationSerializer
attributes :id, :name
end