0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-05-19 23:40:07 +02:00
discourse-custom-wizard/app/serializers/custom_wizard/basic_wizard_serializer.rb
2022-03-12 14:00:07 +01:00

5 Zeilen
126 B
Ruby

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